From 9ec783402b0b2cb92d46cc3de1a643e57cdb615e Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 11 Jul 2023 00:26:49 +0000 Subject: [PATCH] Update scala-xml to 2.2.0 --- formats/build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/formats/build.sbt b/formats/build.sbt index 1359de2d..f9db667c 100644 --- a/formats/build.sbt +++ b/formats/build.sbt @@ -2,10 +2,10 @@ 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.2.0", "com.github.pathikrit" %% "better-files" % "3.9.2" % Test, "com.github.scopt" %% "scopt" % "4.1.0", "io.spray" %% "spray-json" % "1.3.6" ) -Test/console/scalacOptions -= "-Xlint" +Test / console / scalacOptions -= "-Xlint"