We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20ef713 commit 2ff8951Copy full SHA for 2ff8951
project/Dependencies.scala
@@ -24,7 +24,7 @@ object Dependencies {
24
val http4sCirce = "org.http4s" %% "http4s-circe" % http4sCore.revision
25
val http4sClient = "org.http4s" %% "http4s-client" % http4sCore.revision
26
val http4sDsl = "org.http4s" %% "http4s-dsl" % http4sCore.revision
27
- val http4sBlazeServer = "org.http4s" %% "http4s-blaze-server" % "1.0.0-M37"
+ val http4sBlazeServer = "org.http4s" %% "http4s-blaze-server" % "1.0.0-M38"
28
val http4sOkhttpClient = "org.http4s" %% "http4s-okhttp-client" % "1.0.0-M32"
29
val log4catsSlf4j = "org.typelevel" %% "log4cats-slf4j" % "2.5.0"
30
val logbackClassic = "ch.qos.logback" % "logback-classic" % "1.4.5"
0 commit comments