Skip to content

Commit 057f013

Browse files
committed
deps: bump version of mill plugin to 0.3.5
This also bumps up the default semanticdb version from 4.7.6 to 4.8.1 which brings in some fixes you'll probably want.
1 parent a28db33 commit 057f013

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ lazy val V =
2020
val scala211 = "2.11.12"
2121
val scala3 = "3.2.2"
2222
val metals = "0.11.11"
23-
val scalameta = "4.7.6"
23+
val scalameta = "4.8.1"
2424
val semanticdbKotlinc = "0.3.0"
2525
val testcontainers = "0.39.3"
2626
val requests = "0.6.5"
2727
val minimalMillVersion = "0.10.0"
28-
val millScipVersion = "0.3.4"
28+
val millScipVersion = "0.3.5"
2929
val kotlinGradlePlugin = "1.5.31"
3030
}
3131

0 commit comments

Comments
 (0)