We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc683f3 commit 2432197Copy full SHA for 2432197
build.gradle.kts
@@ -11,7 +11,7 @@ repositories {
11
dependencies {
12
implementation("com.charleskorn.kaml:kaml:0.53.0")
13
14
- testImplementation(platform("io.kotest:kotest-bom:5.5.5"))
+ testImplementation(platform("io.kotest:kotest-bom:5.6.0"))
15
testImplementation("io.kotest:kotest-runner-junit5")
16
testImplementation("io.kotest:kotest-assertions-core")
17
}
0 commit comments