1 parent ebb5064 commit 7613801Copy full SHA for 7613801
1 file changed
build.sbt
@@ -309,7 +309,7 @@ lazy val xml = (projectMatrix in file("XmlParser"))
309
name := "xml",
310
publish / skip := true,
311
libraryDependencies ++= Seq(
312
- "org.scala-lang.modules" %%% "scala-xml" % "2.4.0",
+ "org.scala-lang.modules" %%% "scala-xml" % "2.5.0",
313
),
314
console / initialCommands := """
315
import name.rayrobdod.stringContextParserCombinatorExample.xml._
0 commit comments