From 10a466286aabcb6cd4b140de701398b34e8a0be7 Mon Sep 17 00:00:00 2001 From: Wojciech Mazur Date: Mon, 8 Jul 2024 12:30:54 +0200 Subject: [PATCH] chore: Bump mtags to latest stable We should avoid using non stable versions since this can cause issues like https://github.com/scalameta/metals/issues/6402 Closes https://github.com/scalameta/metals/issues/6402 [Cherry-picked 695d2a917ab848504962ad28461abed97350a54c][modified] --- project/Build.scala | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/project/Build.scala b/project/Build.scala index f65fbfbd89f0..fc70c284e9fb 100644 --- a/project/Build.scala +++ b/project/Build.scala @@ -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",