-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathlibs.versions.toml
More file actions
25 lines (16 loc) · 966 Bytes
/
libs.versions.toml
File metadata and controls
25 lines (16 loc) · 966 Bytes
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
[versions]
junit = "5.10.2"
kotlin = "1.9.22"
[libraries]
assertj = { module = "org.assertj:assertj-core", version = "3.25.3" }
jetbrains-annotations = { module = "org.jetbrains:annotations", version = "24.1.0" }
junit-jupiter-api = { module = "org.junit.jupiter:junit-jupiter-api", version.ref = "junit" }
junit-jupiter-engine = { module = "org.junit.jupiter:junit-jupiter-engine", version.ref = "junit" }
mockito = { module = "org.mockito:mockito-core", version = "5.11.0" }
pluginz-kotlin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }
[plugins]
dependencyanalysis = "com.autonomousapps.dependency-analysis:1.31.0"
kotlin = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
license = "com.jaredsburrows.license:0.9.7"
nexus-publish = "io.github.gradle-nexus.publish-plugin:2.0.0"
kotlinx-binary-compatibility-validator = "org.jetbrains.kotlinx.binary-compatibility-validator:0.14.0"