Skip to content

Commit

Permalink
Update scalameta to 4.9.3 (#485)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexarchambault authored May 28, 2024
1 parent 850a5c0 commit 1c646e1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,13 @@ import sbtcrossproject.{crossProject, CrossType}

lazy val Version = new {
val scala213Versions = Seq(
"2.13.9",
"2.13.10",
"2.13.11",
"2.13.12",
"2.13.13",
"2.13.14"
)
val scala212Versions = Seq(
"2.12.15",
"2.12.16",
"2.12.17",
"2.12.18",
Expand All @@ -24,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.12:1.0.1 | grep org.scalameta:scalameta'
def scalameta = "4.8.15"
def scalameta = "4.9.3"
}

inThisBuild(
Expand Down

0 comments on commit 1c646e1

Please sign in to comment.