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 2432197 commit 554e7c6Copy full SHA for 554e7c6
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.6.0"))
+ testImplementation(platform("io.kotest:kotest-bom:5.6.1"))
15
testImplementation("io.kotest:kotest-runner-junit5")
16
testImplementation("io.kotest:kotest-assertions-core")
17
}
0 commit comments