We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b66a423 commit 7695186Copy full SHA for 7695186
build.sbt
@@ -23,12 +23,12 @@ lazy val V =
23
val scala3 = "3.3.3"
24
val metals = "1.2.2"
25
val scalameta = "4.9.3"
26
- val semanticdbKotlin = "0.5.0"
+ val semanticdbKotlin = "0.6.0"
27
val testcontainers = "0.39.3"
28
val requests = "0.8.0"
29
val minimalMillVersion = "0.10.0"
30
val millScipVersion = "0.3.6"
31
- val kotlinVersion = "2.1.20"
+ val kotlinVersion = "2.2.10"
32
}
33
34
inThisBuild(
0 commit comments