Skip to content

Commit 01d7796

Browse files
Update scala-xml to 2.2.0 (#565)
1 parent 76bff29 commit 01d7796

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
@@ -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)