File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -6,3 +6,6 @@ project.git = true
66align.preset = none
77align.stripMargin = true
88newlines.source =unfold
9+ project.excludeFilters = [
10+ "tests/snapshots/src/main/generated"
11+ ]
Original file line number Diff line number Diff line change @@ -23,12 +23,12 @@ lazy val V =
2323 val scala3 = " 3.2.2"
2424 val metals = " 0.11.11"
2525 val scalameta = " 4.8.1"
26- val semanticdbKotlinc = " 0.3.2 "
26+ val semanticdbKotlinc = " 0.4.0 "
2727 val testcontainers = " 0.39.3"
2828 val requests = " 0.6.5"
2929 val minimalMillVersion = " 0.10.0"
3030 val millScipVersion = " 0.3.6"
31- val kotlinGradlePlugin = " 1.5.31 "
31+ val kotlinVersion = " 1.9.22 "
3232 }
3333
3434inThisBuild(
@@ -122,7 +122,7 @@ lazy val gradlePlugin = project
122122 List (
123123 " dev.gradleplugins" % " gradle-api" % V .gradle % Provided ,
124124 " dev.gradleplugins" % " gradle-test-kit" % V .gradle % Provided ,
125- " org.jetbrains.kotlin" % " kotlin-gradle-plugin" % V .kotlinGradlePlugin %
125+ " org.jetbrains.kotlin" % " kotlin-gradle-plugin" % V .kotlinVersion %
126126 Provided
127127 ),
128128 buildInfoKeys :=
@@ -257,7 +257,7 @@ lazy val cli = project
257257 " com.lihaoyi" %% " requests" % V .requests,
258258 " org.scalameta" %% " moped" % V .moped,
259259 " org.scalameta" %% " ascii-graphs" % " 0.1.2" ,
260- " org.jetbrains.kotlin" % " kotlin-compiler-embeddable" % " 1.8.21 "
260+ " org.jetbrains.kotlin" % " kotlin-compiler-embeddable" % V .kotlinVersion
261261 ),
262262 (Compile / resourceGenerators) +=
263263 Def
You can’t perform that action at this time.
0 commit comments