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.
2 parents 842a450 + 86b5820 commit da7b292Copy full SHA for da7b292
build.sbt
@@ -46,7 +46,7 @@ lazy val scala_core_3 = (project in file("scala-core-3"))
46
libraryDependencies ++= scalaTestDeps,
47
libraryDependencies += jUnitInterface,
48
libraryDependencies += scalaReflection,
49
- libraryDependencies += "org.scala-lang.modules" %% "scala-xml" % "2.1.0"
+ libraryDependencies += "org.scala-lang.modules" %% "scala-xml" % "2.2.0"
50
)
51
52
lazy val scala_core_4 = (project in file("scala-core-4"))
0 commit comments