From f16abb551d46fb15609d91c01dfc4aab4edafa80 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 15 Apr 2024 20:15:40 +0000 Subject: [PATCH] Update scala-xml to 2.3.0 --- formats/build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/formats/build.sbt b/formats/build.sbt index 3147be3f..a55258f7 100644 --- a/formats/build.sbt +++ b/formats/build.sbt @@ -2,7 +2,7 @@ name := "overflowdb-formats" libraryDependencies ++= Seq( "com.github.tototoshi" %% "scala-csv" % "1.3.10", - "org.scala-lang.modules" %% "scala-xml" % "2.1.0", + "org.scala-lang.modules" %% "scala-xml" % "2.3.0", "com.github.pathikrit" %% "better-files" % "3.9.2" % Test, "com.github.scopt" %% "scopt" % "4.1.0", "io.spray" %% "spray-json" % "1.3.6"