Skip to content

Commit abf36dd

Browse files
committed
[build] Update scala-xml to 2.3.0
1 parent 2c3ab67 commit abf36dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ lazy val xml = (projectMatrix in file("XmlParser"))
249249
name := "xml",
250250
publish / skip := true,
251251
libraryDependencies ++= Seq(
252-
"org.scala-lang.modules" %%% "scala-xml" % "2.2.0",
252+
"org.scala-lang.modules" %%% "scala-xml" % "2.3.0",
253253
),
254254
console / initialCommands := """
255255
import name.rayrobdod.stringContextParserCombinatorExample.xml._

0 commit comments

Comments
 (0)