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 8b2f7ce commit 5f34f7aCopy full SHA for 5f34f7a
build.sbt
@@ -96,7 +96,7 @@ def check(code: String) = {
96
"""
97
98
libraryDependencies ++= Seq(
99
- "org.scala-lang.modules" %% "scala-xml" % "2.3.0" excludeAll ExclusionRule(organization = "org.scala-lang"),
+ "org.scala-lang.modules" %% "scala-xml" % "2.4.0" excludeAll ExclusionRule(organization = "org.scala-lang"),
100
"org.scala-lang.modules" %% "scala-collection-compat" % "2.13.0" excludeAll ExclusionRule(organization =
101
"org.scala-lang"
102
),
0 commit comments