File tree 2 files changed +7
-4
lines changed
2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -6,3 +6,6 @@ project.git = true
6
6
align.preset = none
7
7
align.stripMargin = true
8
8
newlines.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 =
23
23
val scala3 = " 3.2.2"
24
24
val metals = " 0.11.11"
25
25
val scalameta = " 4.8.1"
26
- val semanticdbKotlinc = " 0.3.2 "
26
+ val semanticdbKotlinc = " 0.4.0 "
27
27
val testcontainers = " 0.39.3"
28
28
val requests = " 0.6.5"
29
29
val minimalMillVersion = " 0.10.0"
30
30
val millScipVersion = " 0.3.6"
31
- val kotlinGradlePlugin = " 1.5.31 "
31
+ val kotlinVersion = " 1.9.22 "
32
32
}
33
33
34
34
inThisBuild(
@@ -122,7 +122,7 @@ lazy val gradlePlugin = project
122
122
List (
123
123
" dev.gradleplugins" % " gradle-api" % V .gradle % Provided ,
124
124
" 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 %
126
126
Provided
127
127
),
128
128
buildInfoKeys :=
@@ -257,7 +257,7 @@ lazy val cli = project
257
257
" com.lihaoyi" %% " requests" % V .requests,
258
258
" org.scalameta" %% " moped" % V .moped,
259
259
" 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
261
261
),
262
262
(Compile / resourceGenerators) +=
263
263
Def
You can’t perform that action at this time.
0 commit comments