Skip to content

Commit

Permalink
Update mtags to 1.3.2 and scalameta to 4.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
alexarchambault committed Jun 19, 2024
1 parent 72d279d commit fd3d5b0
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 @@ -18,11 +18,11 @@ lazy val Version = new {
def scala213 = scala213Versions.last
def scala212 = scala212Versions.last

def mtags = "1.3.1"
def mtags = "1.3.2"
// 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.3"
def scalameta = "4.9.6"
}

inThisBuild(
Expand Down

0 comments on commit fd3d5b0

Please sign in to comment.