From 4d994a52a699d09f4f39bbf77e12b6c7a28f2884 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 2 May 2025 15:34:47 +0000 Subject: [PATCH] Update fs2-data-xml to 1.11.3 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index b312b54..c2fcd2c 100644 --- a/build.sbt +++ b/build.sbt @@ -69,7 +69,7 @@ lazy val operations = project "com.softwaremill.sttp.client3" %%% "cats" % "3.9.5" % Test, "io.circe" %%% "circe-parser" % "0.14.7" % Test, "is.cir" %%% "ciris" % "3.5.0", - "org.gnieh" %%% "fs2-data-xml" % "1.11.0", + "org.gnieh" %%% "fs2-data-xml" % "1.11.3", "org.http4s" %%% "http4s-circe" % "0.23.26", "org.http4s" %%% "http4s-dsl" % "0.23.26", "org.http4s" %%% "http4s-ember-client" % "0.23.26",