Skip to content

Commit

Permalink
Update http4s-core, http4s-dsl to 0.23.21
Browse files Browse the repository at this point in the history
  • Loading branch information
47erbot authored Jun 19, 2023
1 parent bc9b3c0 commit a3e40c9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions project/dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ object dependencies extends AutoPlugin {
)

val http4s: Seq[ModuleID] = Seq(
"org.http4s" %% "http4s-core" % "0.23.20",
"org.http4s" %% "http4s-dsl" % "0.23.20" % Test
"org.http4s" %% "http4s-core" % "0.23.21",
"org.http4s" %% "http4s-dsl" % "0.23.21" % Test
)

val tapir: Seq[ModuleID] = Seq(
Expand All @@ -79,7 +79,7 @@ object dependencies extends AutoPlugin {
"org.typelevel" %% "cats-effect" % "3.5.0",
"io.circe" %% "circe-core" % "0.14.5",
"org.tpolecat" %% "doobie-h2" % "1.0.0-RC2",
"org.http4s" %% "http4s-dsl" % "0.23.20",
"org.http4s" %% "http4s-dsl" % "0.23.21",
"org.scalacheck" %% "scalacheck" % "1.17.0",
"com.softwaremill.sttp.tapir" %% "tapir-core" % "1.5.5",
"io.chrisdavenport" %% "fuuid" % "0.8.0-M2"
Expand Down

0 comments on commit a3e40c9

Please sign in to comment.