Skip to content

Commit e59696c

Browse files
fix(deps): update dependency io.kotest:kotest-assertions-core to v5
1 parent 12d2b32 commit e59696c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

semanticdb-kotlinc/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ dependencies {
3434

3535
testImplementation(kotlin("compiler-embeddable"))
3636
testImplementation(kotlin("test"))
37-
testImplementation("io.kotest", "kotest-assertions-core", "4.6.3")
37+
testImplementation("io.kotest", "kotest-assertions-core", "5.9.1")
3838

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

0 commit comments

Comments
 (0)