Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ lazy val V =
val scala3 = "3.3.3"
val metals = "1.2.2"
val scalameta = "4.9.3"
val semanticdbKotlin = "0.5.0"
val semanticdbKotlin = "0.6.0"
val testcontainers = "0.39.3"
val requests = "0.8.0"
val minimalMillVersion = "0.10.0"
val millScipVersion = "0.3.6"
val kotlinVersion = "2.1.20"
val kotlinVersion = "2.2.10"
}

inThisBuild(
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.11.3
sbt.version=1.11.6
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ abstract class GradleBuildToolSuite(gradle: Tool.Gradle)
"kotlin2",
"""|/build.gradle
|plugins {
| id 'org.jetbrains.kotlin.jvm' version '2.1.20'
| id 'org.jetbrains.kotlin.jvm' version '2.2.10'
|}
|repositories {
| mavenCentral()
Expand Down Expand Up @@ -438,7 +438,7 @@ abstract class GradleBuildToolSuite(gradle: Tool.Gradle)
s"""|/build.gradle
|plugins {
| id 'java'
| id 'org.jetbrains.kotlin.jvm' version '2.1.20'
| id 'org.jetbrains.kotlin.jvm' version '2.2.10'
|}
|java {
| toolchain {
Expand Down
Loading