Skip to content

Commit f60582f

Browse files
authored
Merge pull request #1299 from Baeldung/update/scala-xml-2.3.0
Update scala-xml from 2.2.0 to 2.3.0
2 parents b1f0c8e + 3e05450 commit f60582f

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
@@ -42,7 +42,7 @@ lazy val scala_core_2 = (project in file("scala-core-modules/scala-core-2"))
4242
scalaVersion := scala3Version
4343
)
4444

45-
val scalaXmlDep = "org.scala-lang.modules" %% "scala-xml" % "2.2.0"
45+
val scalaXmlDep = "org.scala-lang.modules" %% "scala-xml" % "2.3.0"
4646

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

0 commit comments

Comments
 (0)