Skip to content

Commit

Permalink
fix(deps): update dependency io.kotest:kotest-assertions-core to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 9, 2024
1 parent 12d2b32 commit 12fd0a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion semanticdb-kotlinc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies {

testImplementation(kotlin("compiler-embeddable"))
testImplementation(kotlin("test"))
testImplementation("io.kotest", "kotest-assertions-core", "4.6.3")
testImplementation("io.kotest", "kotest-assertions-core", "5.9.0")

// Unable to use com.github.tschuchortdev:kotlin-compile-testing until 1.9.x support is fixed
// https://github.com/tschuchortdev/kotlin-compile-testing/issues/390
Expand Down

0 comments on commit 12fd0a9

Please sign in to comment.