diff --git a/build.sbt b/build.sbt index e949e801..a99d4e67 100644 --- a/build.sbt +++ b/build.sbt @@ -22,7 +22,7 @@ lazy val Version = new { // Important: this should be the exact same version as the one mtags pulls, as mtags uses some scalameta internal APIs, // and binary compatibility of these APIs isn't guaranteed. // Get this version with a command like 'cs resolve org.scalameta:mtags_2.13.14:1.3.1 | grep org.scalameta:scalameta' - def scalameta = "4.9.6" + def scalameta = "4.9.7" } inThisBuild(