From 052e290acda0ae44d39ca4aafe7418bf3434143c Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Tue, 21 May 2024 01:21:19 +0200 Subject: [PATCH] Update scala-xml to 2.3.0 (#462) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 33435d3..a41d3b4 100644 --- a/build.sbt +++ b/build.sbt @@ -6,6 +6,6 @@ scalacOptions ++= Seq("-feature", "-deprecation", "-Werror", "-source:future") libraryDependencies ++= Seq( "org.pegdown" % "pegdown" % "1.6.0", "org.apache.commons" % "commons-text" % "1.11.0", - "org.scala-lang.modules" %% "scala-xml" % "2.2.0", + "org.scala-lang.modules" %% "scala-xml" % "2.3.0", "org.scala-lang.modules" %% "scala-parallel-collections" % "1.0.4", )