From c3aa26e7bbc23ec1b77357e1c1629363df7c8a3e Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Tue, 11 Jul 2023 00:27:40 +0000 Subject: [PATCH] Update scala-xml to 2.2.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 58387f0..03089fb 100644 --- a/build.sbt +++ b/build.sbt @@ -28,7 +28,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform, NativePlatform) .settings( name := "scalacheck-xml", libraryDependencies ++= Seq( - "org.scala-lang.modules" %%% "scala-xml" % "2.1.0", + "org.scala-lang.modules" %%% "scala-xml" % "2.2.0", "org.scalacheck" %%% "scalacheck" % "1.17.0" ) )