Skip to content

Commit 46faece

Browse files
committed
chore: Bump mtags to latest stable
We should avoid using non stable versions since this can cause issues like scalameta/metals#6402 Closes scalameta/metals#6402
1 parent 49c1343 commit 46faece

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project/Build.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1335,10 +1335,10 @@ object Build {
13351335
BuildInfoPlugin.buildInfoDefaultSettings
13361336

13371337
lazy val presentationCompilerSettings = {
1338-
val mtagsVersion = "1.3.0+56-a06a024d-SNAPSHOT"
1338+
// Avoid bumping to snapshot since it's in a different repository than maven central
1339+
val mtagsVersion = "1.3.1"
13391340

13401341
Seq(
1341-
resolvers ++= Resolver.sonatypeOssRepos("snapshots"),
13421342
libraryDependencies ++= Seq(
13431343
"org.lz4" % "lz4-java" % "1.8.0",
13441344
"io.get-coursier" % "interface" % "1.0.18",

0 commit comments

Comments
 (0)