Skip to content

Commit da7b292

Browse files
authored
Merge pull request #791 from scala-steward/update/scala-xml-2.2.0
Update scala-xml from 2.1.0 to 2.2.0
2 parents 842a450 + 86b5820 commit da7b292

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
@@ -46,7 +46,7 @@ lazy val scala_core_3 = (project in file("scala-core-3"))
4646
libraryDependencies ++= scalaTestDeps,
4747
libraryDependencies += jUnitInterface,
4848
libraryDependencies += scalaReflection,
49-
libraryDependencies += "org.scala-lang.modules" %% "scala-xml" % "2.1.0"
49+
libraryDependencies += "org.scala-lang.modules" %% "scala-xml" % "2.2.0"
5050
)
5151

5252
lazy val scala_core_4 = (project in file("scala-core-4"))

0 commit comments

Comments
 (0)