Skip to content

Commit b7d4ac5

Browse files
committed
[build] Update scala-xml to 2.4.0
1 parent afa98e9 commit b7d4ac5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ lazy val xml = (projectMatrix in file("XmlParser"))
287287
name := "xml",
288288
publish / skip := true,
289289
libraryDependencies ++= Seq(
290-
"org.scala-lang.modules" %%% "scala-xml" % "2.3.0",
290+
"org.scala-lang.modules" %%% "scala-xml" % "2.4.0",
291291
),
292292
console / initialCommands := """
293293
import name.rayrobdod.stringContextParserCombinatorExample.xml._

0 commit comments

Comments
 (0)