Skip to content

Commit 6eda41f

Browse files
Backport "chore: Bump mtags to latest stable" to LTS (#21116)
Backports #20442 to the LTS branch. PR submitted by the release tooling. [skip ci]
2 parents 2e5a8e8 + 10a4662 commit 6eda41f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

project/Build.scala

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1131,10 +1131,9 @@ object Build {
11311131
BuildInfoPlugin.buildInfoDefaultSettings
11321132

11331133
lazy val presentationCompilerSettings = {
1134-
val mtagsVersion = "1.3.0+56-a06a024d-SNAPSHOT"
1134+
val mtagsVersion = "1.3.1"
11351135

11361136
Seq(
1137-
resolvers ++= Resolver.sonatypeOssRepos("snapshots"),
11381137
libraryDependencies ++= Seq(
11391138
"org.lz4" % "lz4-java" % "1.8.0",
11401139
"io.get-coursier" % "interface" % "1.0.18",

0 commit comments

Comments
 (0)