Skip to content

Commit f0158ea

Browse files
Update scala-xml to 2.3.0 (#613)
1 parent b50bd99 commit f0158ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ lazy val reporter =
154154
project
155155
.settings(
156156
name := "scalac-scoverage-reporter",
157-
libraryDependencies += "org.scala-lang.modules" %% "scala-xml" % "2.2.0",
157+
libraryDependencies += "org.scala-lang.modules" %% "scala-xml" % "2.3.0",
158158
sharedSettings,
159159
crossScalaVersions := Seq(defaultScala212, defaultScala213, defaultScala3)
160160
)

0 commit comments

Comments
 (0)