File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
tests/buildTools/src/test/scala/tests Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- sbt.version =1.11.3
1
+ sbt.version =1.11.6
Original file line number Diff line number Diff line change @@ -364,7 +364,7 @@ abstract class GradleBuildToolSuite(gradle: Tool.Gradle)
364
364
" kotlin2" ,
365
365
""" |/build.gradle
366
366
|plugins {
367
- | id 'org.jetbrains.kotlin.jvm' version '2.1.20 '
367
+ | id 'org.jetbrains.kotlin.jvm' version '2.2.10 '
368
368
|}
369
369
|repositories {
370
370
| mavenCentral()
@@ -438,7 +438,7 @@ abstract class GradleBuildToolSuite(gradle: Tool.Gradle)
438
438
s """ |/build.gradle
439
439
|plugins {
440
440
| id 'java'
441
- | id 'org.jetbrains.kotlin.jvm' version '2.1.20 '
441
+ | id 'org.jetbrains.kotlin.jvm' version '2.2.10 '
442
442
|}
443
443
|java {
444
444
| toolchain {
You can’t perform that action at this time.
0 commit comments