Skip to content

Commit

Permalink
Update scala-xml to 2.3.0 (#613)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Apr 16, 2024
1 parent b50bd99 commit f0158ea
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 @@ -154,7 +154,7 @@ lazy val reporter =
project
.settings(
name := "scalac-scoverage-reporter",
libraryDependencies += "org.scala-lang.modules" %% "scala-xml" % "2.2.0",
libraryDependencies += "org.scala-lang.modules" %% "scala-xml" % "2.3.0",
sharedSettings,
crossScalaVersions := Seq(defaultScala212, defaultScala213, defaultScala3)
)
Expand Down

0 comments on commit f0158ea

Please sign in to comment.