-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathlibs.versions.toml
38 lines (33 loc) · 1.38 KB
/
libs.versions.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
[versions]
# plugins
kotlin = "2.1.0"
mavenPublish = "0.30.0"
osDetector = "1.7.3"
pluginPublish = "1.3.1"
spotless = "7.0.2"
buildConfig = "5.5.1"
# runtime
bufbuild = "1.50.0"
jackson = "2.18.2"
protoc = "3.23.4"
versioncompare = "1.5.0"
# test
junit = "5.11.4"
truth = "1.4.4"
[plugins]
buildConfig = { id = "com.github.gmazzo.buildconfig", version.ref = "buildConfig" }
kotlin = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
mavenPublish = { id = "com.vanniktech.maven.publish.base", version.ref = "mavenPublish" }
osDetector = { id = "com.google.osdetector", version.ref = "osDetector" }
pluginPublish = { id = "com.gradle.plugin-publish", version.ref = "pluginPublish" }
spotless = { id = "com.diffplug.spotless", version.ref = "spotless" }
[libraries]
# runtime
bufbuild = { module = "build.buf:buf", version.ref = "bufbuild" }
jacksonDataformatYaml = { module = "com.fasterxml.jackson.dataformat:jackson-dataformat-yaml", version.ref = "jackson" }
jacksonModuleKotlin = { module = "com.fasterxml.jackson.module:jackson-module-kotlin", version.ref = "jackson" }
protoc = { module = "com.google.protobuf:protoc", version.ref = "protoc" }
versioncompare = { module = "io.github.g00fy2:versioncompare", version.ref = "versioncompare" }
# test
junit = { module = "org.junit.jupiter:junit-jupiter", version.ref = "junit" }
truth = { module = "com.google.truth:truth", version.ref = "truth" }