Skip to content

Commit 91529c6

Browse files
authored
Merge pull request #18 from sourcegraph/renovate/io.kotest-kotest-assertions-core-4.x
2 parents e5b62de + fed2180 commit 91529c6

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
@@ -35,7 +35,7 @@ dependencies {
3535

3636
testImplementation(kotlin("compiler-embeddable"))
3737
testImplementation(kotlin("test"))
38-
testImplementation("io.kotest", "kotest-assertions-core", "4.5.0")
38+
testImplementation("io.kotest", "kotest-assertions-core", "4.6.3")
3939
testImplementation("com.github.tschuchortdev", "kotlin-compile-testing", "1.4.0")
4040
testImplementation("org.junit.jupiter", "junit-jupiter-params", "5.7.2")
4141
testImplementation("org.jetbrains.kotlin", "kotlin-stdlib-jdk8", "1.5.0") {

0 commit comments

Comments
 (0)