From 7613801287ffd027a8279c3652b6c98f4401cf37 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 8 Sep 2026 21:47:34 +0000 Subject: [PATCH] [build] Update scala-xml to 2.5.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 34d0050..daf3798 100644 --- a/build.sbt +++ b/build.sbt @@ -309,7 +309,7 @@ lazy val xml = (projectMatrix in file("XmlParser")) name := "xml", publish / skip := true, libraryDependencies ++= Seq( - "org.scala-lang.modules" %%% "scala-xml" % "2.4.0", + "org.scala-lang.modules" %%% "scala-xml" % "2.5.0", ), console / initialCommands := """ import name.rayrobdod.stringContextParserCombinatorExample.xml._