Skip to content

Commit

Permalink
Update ciris to 3.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Dec 3, 2024
1 parent 39bf234 commit db647d4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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.7.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,
Expand All @@ -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.7.0",
"org.http4s" %%% "http4s-circe" % "0.23.26",
"org.http4s" %%% "http4s-dsl" % "0.23.26",
"org.http4s" %%% "http4s-ember-client" % "0.23.26",
Expand All @@ -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.7.0",
"org.gnieh" %%% "fs2-data-xml" % "1.11.0",
"org.http4s" %%% "http4s-circe" % "0.23.26",
"org.http4s" %%% "http4s-dsl" % "0.23.26",
Expand Down

0 comments on commit db647d4

Please sign in to comment.