Skip to content

Commit

Permalink
Update http4s-core, http4s-dsl to 0.23.13
Browse files Browse the repository at this point in the history
  • Loading branch information
47erbot authored Jun 27, 2022
1 parent 912b6e9 commit 0eb41ff
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 @@ -39,8 +39,8 @@ object dependencies extends AutoPlugin {
)

private val http4s = List(
"org.http4s" %% "http4s-core" % "0.23.12",
"org.http4s" %% "http4s-dsl" % "0.23.12" % Test
"org.http4s" %% "http4s-core" % "0.23.13",
"org.http4s" %% "http4s-dsl" % "0.23.13" % Test
)

private val tapir = List(
Expand All @@ -61,7 +61,7 @@ object dependencies extends AutoPlugin {
"org.typelevel" %% "cats-effect" % "3.3.12",
"io.circe" %% "circe-core" % "0.14.2",
"org.tpolecat" %% "doobie-h2" % "1.0.0-RC2",
"org.http4s" %% "http4s-dsl" % "0.23.12",
"org.http4s" %% "http4s-dsl" % "0.23.13",
"org.scalacheck" %% "scalacheck" % "1.16.0",
"com.softwaremill.sttp.tapir" %% "tapir-core" % "1.0.1",
"io.chrisdavenport" %% "fuuid" % "0.8.0-M2"
Expand Down

0 comments on commit 0eb41ff

Please sign in to comment.