From c1c45e4f681fb135f91ef3fb9e645d98d08342ef Mon Sep 17 00:00:00 2001 From: Chris Kipp Date: Sun, 29 May 2022 10:56:10 +0200 Subject: [PATCH] deps: update scala-xml to 2.1.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 9dbb9b50..9dac23df 100644 --- a/build.sbt +++ b/build.sbt @@ -172,7 +172,7 @@ lazy val reporter = // Lock this for 2.12 to align with the compiler // https://github.com/scala/scala/pull/9743 case ((2, 12)) => "org.scala-lang.modules" %% "scala-xml" % "1.0.6" - case _ => "org.scala-lang.modules" %% "scala-xml" % "2.0.1" + case _ => "org.scala-lang.modules" %% "scala-xml" % "2.1.0" }, sharedSettings, crossScalaVersions := Seq(defaultScala212, defaultScala213, defaultScala3)