File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -37,13 +37,13 @@ dependencies {
37
37
testImplementation(" io.kotest" , " kotest-assertions-core" , " 4.6.3" )
38
38
testImplementation(" com.github.tschuchortdev" , " kotlin-compile-testing" , " 1.5.0" )
39
39
testImplementation(" org.junit.jupiter" , " junit-jupiter-params" , " 5.8.1" )
40
- testImplementation(" org.jetbrains.kotlin" , " kotlin-stdlib-jdk8" , " 1.5.0 " ) {
40
+ testImplementation(" org.jetbrains.kotlin" , " kotlin-stdlib-jdk8" , " 1.9.21 " ) {
41
41
version {
42
42
strictly(" 1.5.0" )
43
43
}
44
44
}.because(" transitive dependencies introduce 1.4.31 to the classpath which conflicts, can't use testRuntimeOnly" )
45
45
testImplementation(kotlin(" reflect" ))
46
- testImplementation(kotlin(" script-runtime" , " 1.5.0 " ))
46
+ testImplementation(kotlin(" script-runtime" , " 1.9.20 " ))
47
47
48
48
snapshotsImplementation(" com.sourcegraph" , " scip-java_2.13" , " 0.8.24" )
49
49
}
You can’t perform that action at this time.
0 commit comments