Skip to content

Commit d1a3ce7

Browse files
Update http4s-jdk-http-client to 1.0.0-M9 (#2965)
1 parent 5ed9570 commit d1a3ce7

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
@@ -25,7 +25,7 @@ object Dependencies {
2525
val http4sClient = "org.http4s" %% "http4s-client" % http4sCore.revision
2626
val http4sDsl = "org.http4s" %% "http4s-dsl" % http4sCore.revision
2727
val http4sEmberServer = "org.http4s" %% "http4s-ember-server" % http4sCore.revision
28-
val http4sJdkhttpClient = "org.http4s" %% "http4s-jdk-http-client" % "1.0.0-M8"
28+
val http4sJdkhttpClient = "org.http4s" %% "http4s-jdk-http-client" % "1.0.0-M9"
2929
val log4catsSlf4j = "org.typelevel" %% "log4cats-slf4j" % "2.5.0"
3030
val logbackClassic = "ch.qos.logback" % "logback-classic" % "1.4.5"
3131
val jjwtApi = "io.jsonwebtoken" % "jjwt-api" % "0.11.5"

0 commit comments

Comments
 (0)