We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afa98e9 commit b7d4ac5Copy full SHA for b7d4ac5
build.sbt
@@ -287,7 +287,7 @@ lazy val xml = (projectMatrix in file("XmlParser"))
287
name := "xml",
288
publish / skip := true,
289
libraryDependencies ++= Seq(
290
- "org.scala-lang.modules" %%% "scala-xml" % "2.3.0",
+ "org.scala-lang.modules" %%% "scala-xml" % "2.4.0",
291
),
292
console / initialCommands := """
293
import name.rayrobdod.stringContextParserCombinatorExample.xml._
0 commit comments