Skip to content

Commit 1d404ca

Browse files
authored
deps: update scala-xml to 2.1.0 (#463)
1 parent c4ea1cd commit 1d404ca

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
@@ -172,7 +172,7 @@ lazy val reporter =
172172
// Lock this for 2.12 to align with the compiler
173173
// https://github.com/scala/scala/pull/9743
174174
case ((2, 12)) => "org.scala-lang.modules" %% "scala-xml" % "1.0.6"
175-
case _ => "org.scala-lang.modules" %% "scala-xml" % "2.0.1"
175+
case _ => "org.scala-lang.modules" %% "scala-xml" % "2.1.0"
176176
},
177177
sharedSettings,
178178
crossScalaVersions := Seq(defaultScala212, defaultScala213, defaultScala3)

0 commit comments

Comments
 (0)