Skip to content

Commit 8e7f84d

Browse files
committed
Upgrade to mtags 1.4.2, which supports Scala 2.13.16.
1 parent 6845396 commit 8e7f84d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Build.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -1486,7 +1486,7 @@ object Build {
14861486
BuildInfoPlugin.buildInfoDefaultSettings
14871487

14881488
lazy val presentationCompilerSettings = {
1489-
val mtagsVersion = "1.4.1"
1489+
val mtagsVersion = "1.4.2"
14901490
Seq(
14911491
libraryDependencies ++= Seq(
14921492
"org.lz4" % "lz4-java" % "1.8.0",

0 commit comments

Comments
 (0)