Skip to content

Commit 078c1d2

Browse files
authored
Merge pull request #1881 from Baeldung/update/scala-xml-2.4.0
Update scala-xml from 2.3.0 to 2.4.0
2 parents 2359a67 + 07f0218 commit 078c1d2

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)