Skip to content

Commit

Permalink
Update scala-xml to 2.2.0 (#565)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Jul 13, 2023
1 parent 76bff29 commit 01d7796
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 01d7796

Please sign in to comment.