Skip to content

Commit

Permalink
chore: Bump mtags to latest stable
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

[Cherry-picked 695d2a9][modified]
  • Loading branch information
WojciechMazur committed Jul 8, 2024
1 parent 72a9014 commit 10a4662
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -1131,10 +1131,9 @@ object Build {
BuildInfoPlugin.buildInfoDefaultSettings

lazy val presentationCompilerSettings = {
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 10a4662

Please sign in to comment.