Skip to content

Commit

Permalink
deps: bump version of mill plugin to 0.3.5
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
ckipp01 committed Jul 5, 2023
1 parent a28db33 commit 057f013
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ lazy val V =
val scala211 = "2.11.12"
val scala3 = "3.2.2"
val metals = "0.11.11"
val scalameta = "4.7.6"
val scalameta = "4.8.1"
val semanticdbKotlinc = "0.3.0"
val testcontainers = "0.39.3"
val requests = "0.6.5"
val minimalMillVersion = "0.10.0"
val millScipVersion = "0.3.4"
val millScipVersion = "0.3.5"
val kotlinGradlePlugin = "1.5.31"
}

Expand Down

0 comments on commit 057f013

Please sign in to comment.