Skip to content

Commit

Permalink
upgraded scala-xml
Browse files Browse the repository at this point in the history
  • Loading branch information
rawyler committed Jun 10, 2022
1 parent 0c58aa4 commit 84577d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ libraryDependencies ++= {
exclude("org.antlr", "ST4")
exclude("org.antlr", "antlr-runtime"),
"org.scala-lang" % "scala-reflect" % scalaVersion.value,
"org.scala-lang.modules" %% "scala-xml" % "1.3.0",
"org.scala-lang.modules" %% "scala-xml" % "2.1.0",
"org.slf4j" % "slf4j-api" % "1.7.30",
"ch.qos.logback" % "logback-classic" % "1.1.11",
"org.scalatest" %% "scalatest" % "3.1.1" % "test",
Expand Down

0 comments on commit 84577d3

Please sign in to comment.