Skip to content

Commit

Permalink
Update scala-xml to 2.3.0 (#1229)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Apr 17, 2024
1 parent c564059 commit ce19a96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/depends.scala
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ object depends {
val scalaParser = libraryDependencies += "org.scala-lang.modules" %%% "scala-parser-combinators" % "2.3.0"

// used in specs2-xml, and transitively by specs2-junit, specs2-matcher-extra, specs2-markdown
val scalaXml = libraryDependencies += "org.scala-lang.modules" %%% "scala-xml" % "2.2.0"
val scalaXml = libraryDependencies += "org.scala-lang.modules" %%% "scala-xml" % "2.3.0"

// used in specs2-junit
val junitVintage = "org.junit.vintage" % "junit-vintage-engine" % "5.10.2"
Expand Down

0 comments on commit ce19a96

Please sign in to comment.