Skip to content

Commit 2ff8951

Browse files
Update http4s-blaze-server to 1.0.0-M38 (#2883)
1 parent 20ef713 commit 2ff8951

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ object Dependencies {
2424
val http4sCirce = "org.http4s" %% "http4s-circe" % http4sCore.revision
2525
val http4sClient = "org.http4s" %% "http4s-client" % http4sCore.revision
2626
val http4sDsl = "org.http4s" %% "http4s-dsl" % http4sCore.revision
27-
val http4sBlazeServer = "org.http4s" %% "http4s-blaze-server" % "1.0.0-M37"
27+
val http4sBlazeServer = "org.http4s" %% "http4s-blaze-server" % "1.0.0-M38"
2828
val http4sOkhttpClient = "org.http4s" %% "http4s-okhttp-client" % "1.0.0-M32"
2929
val log4catsSlf4j = "org.typelevel" %% "log4cats-slf4j" % "2.5.0"
3030
val logbackClassic = "ch.qos.logback" % "logback-classic" % "1.4.5"

0 commit comments

Comments
 (0)