Skip to content

Commit

Permalink
Update http4s-circe, http4s-ember-client to 0.23.29
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Nov 18, 2024
1 parent 2ab5130 commit e987cff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ lazy val root = (project in file("."))
scalacOptions ++= Seq("-deprecation", "-Wunused:all"),
libraryDependencies ++= Seq(
"org.typelevel" %% "cats-effect" % "3.5.5",
"org.http4s" %% "http4s-ember-client" % "0.23.26",
"org.http4s" %% "http4s-circe" % "0.23.26",
"org.http4s" %% "http4s-ember-client" % "0.23.29",
"org.http4s" %% "http4s-circe" % "0.23.29",
"io.circe" %% "circe-generic" % "0.14.10",
"io.circe" %% "circe-parser" % "0.14.10",
"io.circe" %% "circe-literal" % "0.14.10",
Expand Down

0 comments on commit e987cff

Please sign in to comment.