Skip to content

Commit 07f0218

Browse files
Update scala-xml from 2.3.0 to 2.4.0
1 parent a830133 commit 07f0218

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ lazy val scala_core_2 = (project in file("scala-core-modules/scala-core-2"))
4141
scalaVersion := scala3Version
4242
)
4343

44-
val scalaXmlDep = "org.scala-lang.modules" %% "scala-xml" % "2.3.0"
44+
val scalaXmlDep = "org.scala-lang.modules" %% "scala-xml" % "2.4.0"
4545

4646
lazy val scala_core_3 = (project in file("scala-core-modules/scala-core-3"))
4747
.settings(

0 commit comments

Comments
 (0)