From 965db297171e50d23a5209fdfbbf61dd710afb4d Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 16 Jul 2023 15:43:44 +0000 Subject: [PATCH] Update scala-xml to 2.2.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index cd8b6d4c..c9131694 100644 --- a/build.sbt +++ b/build.sbt @@ -59,7 +59,7 @@ lazy val bindings = project.in(file("bindings")) crossScalaVersions := supportedScalaVersions, libraryDependencies ++= Seq( "org.scala-lang.modules" %% "scala-collection-compat" % "2.8.0", - "org.scala-lang.modules" %% "scala-xml" % "2.1.0", + "org.scala-lang.modules" %% "scala-xml" % "2.2.0", "com.typesafe.scala-logging" %% "scala-logging" % "3.9.5", "io.spray" %% "spray-json" % "1.3.6", "ch.qos.logback" % "logback-classic" % "1.2.11",