Skip to content

Commit 02d644e

Browse files
committed
Update scala-xml to 2.3.0
1 parent b50bd99 commit 02d644e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)