From 147197e7ef4045b0153f6f1c86b677856d6f17a3 Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 20:16:14 +0000 Subject: [PATCH] Update scala-xml to 2.3.0 in main --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 71f06a9..148d15a 100644 --- a/build.sbt +++ b/build.sbt @@ -12,7 +12,7 @@ lazy val root = project.in(file(".")).aggregate(scalaXml2).enablePlugins(NoPubli val http4sVersion = "1.0.0-M39" val scalacheckXmlVersion = "0.1.0" -val scalaXmlVersion = "2.1.0" +val scalaXmlVersion = "2.3.0" val munitVersion = "1.0.0-M11" val munitCatsEffectVersion = "2.0.0-M3"