Skip to content

Commit

Permalink
Update scala-xml to 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jul 11, 2023
1 parent 768111c commit a5e8118
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 @@ -162,7 +162,7 @@ lazy val reporter =
project
.settings(
name := "scalac-scoverage-reporter",
libraryDependencies += "org.scala-lang.modules" %% "scala-xml" % "2.1.0",
libraryDependencies += "org.scala-lang.modules" %% "scala-xml" % "2.2.0",
sharedSettings,
crossScalaVersions := Seq(defaultScala212, defaultScala213, defaultScala3)
)
Expand Down

0 comments on commit a5e8118

Please sign in to comment.