Skip to content

Commit a5e8118

Browse files
committed
Update scala-xml to 2.2.0
1 parent 768111c commit a5e8118

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
@@ -162,7 +162,7 @@ lazy val reporter =
162162
project
163163
.settings(
164164
name := "scalac-scoverage-reporter",
165-
libraryDependencies += "org.scala-lang.modules" %% "scala-xml" % "2.1.0",
165+
libraryDependencies += "org.scala-lang.modules" %% "scala-xml" % "2.2.0",
166166
sharedSettings,
167167
crossScalaVersions := Seq(defaultScala212, defaultScala213, defaultScala3)
168168
)

0 commit comments

Comments
 (0)