Skip to content

Commit

Permalink
Update scala-xml to 2.2.0 (#759)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Jul 11, 2023
1 parent 9c4de4e commit daf708c
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 @@ -86,7 +86,7 @@ def check(code: String) = {
libraryDependencies ++= Seq(
"org.scala-lang" % "scala-reflect" % scalaVersion.value % "provided",
"org.scala-lang" % "scala-compiler" % scalaVersion.value % "provided",
"org.scala-lang.modules" %% "scala-xml" % "2.1.0" excludeAll ExclusionRule(organization = "org.scala-lang"),
"org.scala-lang.modules" %% "scala-xml" % "2.2.0" excludeAll ExclusionRule(organization = "org.scala-lang"),
"org.scala-lang.modules" %% "scala-collection-compat" % "2.11.0" excludeAll ExclusionRule(organization =
"org.scala-lang"
),
Expand Down

0 comments on commit daf708c

Please sign in to comment.