Skip to content

Commit 23dcc5a

Browse files
committed
Update scala-xml to 2.4.0
1 parent e2e59ed commit 23dcc5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ lazy val reporter =
157157
project
158158
.settings(
159159
name := "scalac-scoverage-reporter",
160-
libraryDependencies += "org.scala-lang.modules" %% "scala-xml" % "2.3.0",
160+
libraryDependencies += "org.scala-lang.modules" %% "scala-xml" % "2.4.0",
161161
sharedSettings,
162162
crossScalaVersions := Seq(defaultScala212, defaultScala213, defaultScala3)
163163
)

0 commit comments

Comments
 (0)