We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 091262f commit d90ff29Copy full SHA for d90ff29
build.sbt
@@ -24,7 +24,7 @@ lazy val Version = new {
24
// Important: this should be the exact same version as the one mtags pulls, as mtags uses some scalameta internal APIs,
25
// and binary compatibility of these APIs isn't guaranteed.
26
// Get this version with a command like 'cs resolve org.scalameta:mtags_2.13.14:1.3.1 | grep org.scalameta:scalameta'
27
- def scalameta = "4.9.6"
+ def scalameta = "4.9.9"
28
}
29
30
inThisBuild(
0 commit comments