-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlibs.versions.toml
More file actions
22 lines (20 loc) · 1.05 KB
/
libs.versions.toml
File metadata and controls
22 lines (20 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[versions]
detektVersion = "1.23.1"
junitVersion = "6.0.3"
ktlintVersion = "14.0.1"
log4jVersion = "2.25.3"
[libraries]
commons-io = "commons-io:commons-io:2.21.0"
auto-service-annotations = "com.google.auto.service:auto-service-annotations:1.1.1"
auto-service-ksp = "dev.zacsweers.autoservice:auto-service-ksp:1.2.0"
junit-jupiter-engine = { module = "org.junit.jupiter:junit-jupiter-engine", version.ref = "junitVersion" }
junit-jupiter-params = { module = "org.junit.jupiter:junit-jupiter-params", version.ref = "junitVersion" }
truth = "com.google.truth:truth:1.4.5"
mockito-kotlin = "org.mockito.kotlin:mockito-kotlin:4.1.0"
log4j-core = { module = "org.apache.logging.log4j:log4j-core", version.ref = "log4jVersion" }
log4j-api = { module = "org.apache.logging.log4j:log4j-api", version.ref = "log4jVersion" }
jimfs = "com.google.jimfs:jimfs:1.3.1"
[plugins]
ksp = "com.google.devtools.ksp: 1.8.22-1.0.11"
ktlint = { id = "org.jlleitschuh.gradle.ktlint", version.ref = "ktlintVersion" }
detekt = { id = "io.gitlab.arturbosch.detekt", version.ref = "detektVersion" }