Skip to content

Commit 92c9a14

Browse files
Update dependency io.kotest:kotest-assertions-core to v5
1 parent dc4dcb8 commit 92c9a14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

semanticdb-kotlinc/build.gradle.kts

+1-1
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.6.2")
3838
testImplementation("com.github.tschuchortdev", "kotlin-compile-testing", "1.5.0")
3939
testImplementation("org.junit.jupiter", "junit-jupiter-params", "5.8.1")
4040
testImplementation("org.jetbrains.kotlin", "kotlin-stdlib-jdk8", "1.5.0") {

0 commit comments

Comments
 (0)