Skip to content

Commit f0f3445

Browse files
update kotlin in tests
1 parent 7695186 commit f0f3445

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.11.3
1+
sbt.version=1.11.6

tests/buildTools/src/test/scala/tests/GradleBuildToolSuite.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ abstract class GradleBuildToolSuite(gradle: Tool.Gradle)
364364
"kotlin2",
365365
"""|/build.gradle
366366
|plugins {
367-
| id 'org.jetbrains.kotlin.jvm' version '2.1.20'
367+
| id 'org.jetbrains.kotlin.jvm' version '2.2.10'
368368
|}
369369
|repositories {
370370
| mavenCentral()
@@ -438,7 +438,7 @@ abstract class GradleBuildToolSuite(gradle: Tool.Gradle)
438438
s"""|/build.gradle
439439
|plugins {
440440
| id 'java'
441-
| id 'org.jetbrains.kotlin.jvm' version '2.1.20'
441+
| id 'org.jetbrains.kotlin.jvm' version '2.2.10'
442442
|}
443443
|java {
444444
| toolchain {

0 commit comments

Comments
 (0)