Skip to content

Commit

Permalink
Update http4s-circe, http4s-client, ... to 1.0.0-M36
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 1, 2022
1 parent 30c2f9d commit e261618
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 @@ -22,7 +22,7 @@ object Dependencies {
val disciplineMunit = "org.typelevel" %% "discipline-munit" % "1.0.9"
val fs2Core = "co.fs2" %% "fs2-core" % "3.2.12"
val fs2Io = "co.fs2" %% "fs2-io" % fs2Core.revision
val http4sCore = "org.http4s" %% "http4s-core" % "1.0.0-M35"
val http4sCore = "org.http4s" %% "http4s-core" % "1.0.0-M36"
val http4sCirce = "org.http4s" %% "http4s-circe" % http4sCore.revision
val http4sClient = "org.http4s" %% "http4s-client" % http4sCore.revision
val http4sDsl = "org.http4s" %% "http4s-dsl" % http4sCore.revision
Expand Down

0 comments on commit e261618

Please sign in to comment.