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
  • Loading branch information
tgodzik committed May 21, 2024
1 parent 8563571 commit 695d2a9
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 695d2a9

Please sign in to comment.