From b7d4ac59b2a6aef51c8c23a4dac12d8066cca32b Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 28 May 2025 23:44:47 +0000 Subject: [PATCH] [build] Update scala-xml to 2.4.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 947497b..229fcb5 100644 --- a/build.sbt +++ b/build.sbt @@ -287,7 +287,7 @@ lazy val xml = (projectMatrix in file("XmlParser")) name := "xml", publish / skip := true, libraryDependencies ++= Seq( - "org.scala-lang.modules" %%% "scala-xml" % "2.3.0", + "org.scala-lang.modules" %%% "scala-xml" % "2.4.0", ), console / initialCommands := """ import name.rayrobdod.stringContextParserCombinatorExample.xml._