Skip to content

Commit

Permalink
Update http4s-circe, http4s-dsl to 0.23.21
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and jchapuis committed Jun 23, 2023
1 parent 0bf3567 commit b7062f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ object Dependencies {
lazy val catsEffectStd = Seq("org.typelevel" %% "cats-effect-std" % catsEffectVersion)
lazy val catsEffect = Seq("org.typelevel" %% "cats-effect" % catsEffectVersion)

lazy val http4sVersion = "0.23.19"
lazy val http4sVersion = "0.23.21"
lazy val http4s = Seq(
"org.http4s" %% "http4s-dsl" % http4sVersion,
"org.http4s" %% "http4s-circe" % http4sVersion
Expand Down

0 comments on commit b7062f0

Please sign in to comment.