Skip to content

Commit

Permalink
Backport "chore: Bump mtags to latest stable" to LTS (#21116)
Browse files Browse the repository at this point in the history
Backports #20442 to the LTS branch.

PR submitted by the release tooling.
[skip ci]
  • Loading branch information
WojciechMazur authored Jul 8, 2024
2 parents 2e5a8e8 + 10a4662 commit 6eda41f
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 6eda41f

Please sign in to comment.