From e377bfe8508841c49d7a71ac5447063ed5c90154 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 11 Dec 2024 16:17:42 +0000 Subject: [PATCH] Update fs2-data-xml to 1.11.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index b312b54..c5c3e9a 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.2", "org.http4s" %%% "http4s-circe" % "0.23.26", "org.http4s" %%% "http4s-dsl" % "0.23.26", "org.http4s" %%% "http4s-ember-client" % "0.23.26",