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 b1f0c8e + 3e05450 commit f60582fCopy full SHA for f60582f
build.sbt
@@ -42,7 +42,7 @@ lazy val scala_core_2 = (project in file("scala-core-modules/scala-core-2"))
42
scalaVersion := scala3Version
43
)
44
45
-val scalaXmlDep = "org.scala-lang.modules" %% "scala-xml" % "2.2.0"
+val scalaXmlDep = "org.scala-lang.modules" %% "scala-xml" % "2.3.0"
46
47
lazy val scala_core_3 = (project in file("scala-core-modules/scala-core-3"))
48
.settings(
0 commit comments