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 02985f2 commit 95da84eCopy full SHA for 95da84e
.gitignore
@@ -2,6 +2,8 @@
2
3
# Build Server Protocol
4
.bsp/
5
+.metals/
6
+metals.sbt
7
8
# SBT specific
9
target/
build.sbt
@@ -2,7 +2,7 @@ import sbtcrossproject.CrossProject
import sbtcrossproject.CrossType
lazy val munitVersion = "0.7.29"
-lazy val scalametaVersion = "4.9.0"
+lazy val scalametaVersion = "4.9.3"
lazy val defaultScala212 = "2.12.19"
lazy val defaultScala213 = "2.13.13"
lazy val defaultScala3 = "3.3.0"
0 commit comments