From 5de036819ab99bdef79539a4b51493817a5d9a40 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 29 May 2025 00:47:54 +0000 Subject: [PATCH] Update scala-xml to 2.4.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 4d0d3e0..4931896 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.13.0", - "org.scala-lang.modules" %% "scala-xml" % "2.3.0", + "org.scala-lang.modules" %% "scala-xml" % "2.4.0", "org.scala-lang.modules" %% "scala-parallel-collections" % "1.2.0", )