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 @@ -38,13 +38,13 @@ dependencies {
38
38
testImplementation(" io.kotest" , " kotest-assertions-core" , " 4.6.3" )
39
39
testImplementation(" com.github.tschuchortdev" , " kotlin-compile-testing" , " 1.4.0" )
40
40
testImplementation(" org.junit.jupiter" , " junit-jupiter-params" , " 5.8.1" )
41
- testImplementation(" org.jetbrains.kotlin" , " kotlin-stdlib-jdk8" , " 1.5.0 " ) {
41
+ testImplementation(" org.jetbrains.kotlin" , " kotlin-stdlib-jdk8" , " 1.8.22 " ) {
42
42
version {
43
43
strictly(" 1.5.0" )
44
44
}
45
45
}.because(" transitive dependencies introduce 1.4.31 to the classpath which conflicts, can't use testRuntimeOnly" )
46
46
testImplementation(kotlin(" reflect" ))
47
- testImplementation(kotlin(" script-runtime" , " 1.5.0 " ))
47
+ testImplementation(kotlin(" script-runtime" , " 1.8.22 " ))
48
48
49
49
snapshotsImplementation(" com.sourcegraph" , " lsif-java_2.13" , " 0.6.12" )
50
50
}
You can’t perform that action at this time.
0 commit comments