Skip to content

Commit

Permalink
Update scala-xml to 2.3.0 (#837)
Browse files Browse the repository at this point in the history
Co-authored-by: Bendix Sältz <bendix@saeltz.de>
  • Loading branch information
scala-steward and saeltz committed Apr 15, 2024
1 parent 49b28be commit f28177d
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 @@ -87,7 +87,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.2.0" excludeAll ExclusionRule(organization = "org.scala-lang"),
"org.scala-lang.modules" %% "scala-xml" % "2.3.0" excludeAll ExclusionRule(organization = "org.scala-lang"),
"org.scala-lang.modules" %% "scala-collection-compat" % "2.12.0" excludeAll ExclusionRule(organization =
"org.scala-lang"
),
Expand Down

0 comments on commit f28177d

Please sign in to comment.