From 49b76db8b38dea31f027a1944f10e749cbeee29c Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 17 Apr 2024 15:26:47 +0000 Subject: [PATCH] Update scala-xml to 2.3.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index cd8b6d4c..734a9ed3 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.3.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",