From 9f1db7ea165fd181ebbacb699c493dfca837b8c8 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Wed, 17 Apr 2024 20:09:34 +0200 Subject: [PATCH] Update scala-xml to 2.3.0 (#131) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index a0d5bad..d424625 100644 --- a/build.sbt +++ b/build.sbt @@ -26,7 +26,7 @@ Compile / packageBin / packageOptions += Package.ManifestAttributes( scalacOptions += "-deprecation" libraryDependencies ++= Seq( - "org.scala-lang.modules" %% "scala-xml" % "2.2.0", + "org.scala-lang.modules" %% "scala-xml" % "2.3.0", "org.scalameta" %% "munit" % "0.7.29" % Test, "org.scalameta" %% "munit-scalacheck" % "0.7.29" % Test )