Skip to content

Commit b465cba

Browse files
authored
chore: Bump scala-xml to 2.4.0 (#734)
1 parent 6843e34 commit b465cba

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
@@ -164,7 +164,7 @@ lazy val reporter =
164164
project
165165
.settings(
166166
name := "scalac-scoverage-reporter",
167-
libraryDependencies += "org.scala-lang.modules" %% "scala-xml" % "2.3.0",
167+
libraryDependencies += "org.scala-lang.modules" %% "scala-xml" % "2.4.0",
168168
sharedSettings,
169169
crossScalaVersions := Seq(defaultScala212, defaultScala213, defaultScala3)
170170
)

0 commit comments

Comments
 (0)