We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c3ab67 commit abf36ddCopy full SHA for abf36dd
build.sbt
@@ -249,7 +249,7 @@ lazy val xml = (projectMatrix in file("XmlParser"))
249
name := "xml",
250
publish / skip := true,
251
libraryDependencies ++= Seq(
252
- "org.scala-lang.modules" %%% "scala-xml" % "2.2.0",
+ "org.scala-lang.modules" %%% "scala-xml" % "2.3.0",
253
),
254
console / initialCommands := """
255
import name.rayrobdod.stringContextParserCombinatorExample.xml._
0 commit comments