Skip to content

Commit

Permalink
chore: Bump mtags to latest stable (#20442)
Browse files Browse the repository at this point in the history
We should avoid using non stable versions since this can cause issues
like scalameta/metals#6402

Closes scalameta/metals#6402
  • Loading branch information
tgodzik authored May 21, 2024
2 parents 8563571 + 695d2a9 commit a21cd82
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -1339,10 +1339,8 @@ object Build {
BuildInfoPlugin.buildInfoDefaultSettings

def presentationCompilerSettings(implicit mode: Mode) = {
val mtagsVersion = "1.3.0+56-a06a024d-SNAPSHOT"

val mtagsVersion = "1.3.1"
Seq(
resolvers ++= Resolver.sonatypeOssRepos("snapshots"),
libraryDependencies ++= Seq(
"org.lz4" % "lz4-java" % "1.8.0",
"io.get-coursier" % "interface" % "1.0.18",
Expand Down

0 comments on commit a21cd82

Please sign in to comment.