We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4ea1cd commit 1d404caCopy full SHA for 1d404ca
build.sbt
@@ -172,7 +172,7 @@ lazy val reporter =
172
// Lock this for 2.12 to align with the compiler
173
// https://github.com/scala/scala/pull/9743
174
case ((2, 12)) => "org.scala-lang.modules" %% "scala-xml" % "1.0.6"
175
- case _ => "org.scala-lang.modules" %% "scala-xml" % "2.0.1"
+ case _ => "org.scala-lang.modules" %% "scala-xml" % "2.1.0"
176
},
177
sharedSettings,
178
crossScalaVersions := Seq(defaultScala212, defaultScala213, defaultScala3)
0 commit comments