Skip to content

Commit

Permalink
Bump scala-xml to 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hamzaremmal committed Mar 21, 2024
1 parent c6d4503 commit 8030d10
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 @@ -12,7 +12,7 @@ lazy val root = project
),
libraryDependencies ++= Seq(
"org.scala-lang.modules" % "scala-parser-combinators_2.13" % "1.1.2",
"org.scala-lang.modules" % "scala-xml_2.13" % "1.2.0",
"org.scala-lang.modules" % "scala-xml_2.13" % "2.2.0",
"com.novocode" % "junit-interface" % "0.11" % "test"
)
)
Expand Down

0 comments on commit 8030d10

Please sign in to comment.