Skip to content

Commit 7613801

Browse files
committed
[build] Update scala-xml to 2.5.0
1 parent ebb5064 commit 7613801

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ lazy val xml = (projectMatrix in file("XmlParser"))
309309
name := "xml",
310310
publish / skip := true,
311311
libraryDependencies ++= Seq(
312-
"org.scala-lang.modules" %%% "scala-xml" % "2.4.0",
312+
"org.scala-lang.modules" %%% "scala-xml" % "2.5.0",
313313
),
314314
console / initialCommands := """
315315
import name.rayrobdod.stringContextParserCombinatorExample.xml._

0 commit comments

Comments
 (0)