Skip to content

Commit

Permalink
use versions.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
hauner committed Apr 14, 2024
1 parent 2b5f0a7 commit 0516ea7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ repositories {
}

dependencies {
// testImplementation("io.kotest:kotest-runner-junit5:5.8.1")
// testRuntimeOnly("org.junit.vintage:junit-vintage-engine:5.10.2")
testImplementation(libs.kotest)
testRuntimeOnly(libs.junit)
}

// Use Java 11 for 2020.3+, and Java 17 for 2022.2+.
Expand Down
4 changes: 4 additions & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
[versions]
# libraries
annotations = "24.1.0"
kotest = "5.8.1"
junit = "5.10.2"

# plugins
kotlin = "1.9.23"
Expand All @@ -12,6 +14,8 @@ versions = "0.51.0"

[libraries]
annotations = { group = "org.jetbrains", name = "annotations", version.ref = "annotations" }
kotest = { group = "io.kotest", name = "kotest-runner-junit5", version.ref = "kotest" }
junit = { group = "org.junit.vintage", name = "junit-vintage-engine", version.ref = "junit" }

[plugins]
changelog = { id = "org.jetbrains.changelog", version.ref = "changelog" }
Expand Down

0 comments on commit 0516ea7

Please sign in to comment.