From b8795889b0e53cc35520c45b5a5b8c7f8fc74e5c Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 27 Sep 2025 15:10:15 +0000 Subject: [PATCH] Update ciris to 3.11.0 --- build.sbt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.sbt b/build.sbt index b312b54..92a5fbc 100644 --- a/build.sbt +++ b/build.sbt @@ -35,7 +35,7 @@ lazy val commons = project .settings( libraryDependencies ++= Seq( "io.github.cquiroz" %%% "scala-java-time" % "2.5.0" % Optional, - "is.cir" %%% "ciris" % "3.5.0" % Optional, + "is.cir" %%% "ciris" % "3.11.0" % Optional, "org.log4s" %%% "log4s" % "1.10.0" % Optional, "org.typelevel" %%% "cats-effect" % "3.5.4" % Optional, "org.typelevel" %%% "log4cats-core" % "2.6.0" % Optional, @@ -50,7 +50,7 @@ lazy val notifications = project libraryDependencies ++= Seq( "com.comcast" %%% "ip4s-core" % "3.5.0", "io.circe" %%% "circe-parser" % "0.14.7", - "is.cir" %%% "ciris" % "3.5.0", + "is.cir" %%% "ciris" % "3.11.0", "org.http4s" %%% "http4s-circe" % "0.23.26", "org.http4s" %%% "http4s-dsl" % "0.23.26", "org.http4s" %%% "http4s-ember-client" % "0.23.26", @@ -68,7 +68,7 @@ lazy val operations = project "com.comcast" %%% "ip4s-core" % "3.5.0", "com.softwaremill.sttp.client3" %%% "cats" % "3.9.5" % Test, "io.circe" %%% "circe-parser" % "0.14.7" % Test, - "is.cir" %%% "ciris" % "3.5.0", + "is.cir" %%% "ciris" % "3.11.0", "org.gnieh" %%% "fs2-data-xml" % "1.11.0", "org.http4s" %%% "http4s-circe" % "0.23.26", "org.http4s" %%% "http4s-dsl" % "0.23.26",