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",