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 5ed9570 commit d1a3ce7Copy full SHA for d1a3ce7
project/Dependencies.scala
@@ -25,7 +25,7 @@ object Dependencies {
25
val http4sClient = "org.http4s" %% "http4s-client" % http4sCore.revision
26
val http4sDsl = "org.http4s" %% "http4s-dsl" % http4sCore.revision
27
val http4sEmberServer = "org.http4s" %% "http4s-ember-server" % http4sCore.revision
28
- val http4sJdkhttpClient = "org.http4s" %% "http4s-jdk-http-client" % "1.0.0-M8"
+ val http4sJdkhttpClient = "org.http4s" %% "http4s-jdk-http-client" % "1.0.0-M9"
29
val log4catsSlf4j = "org.typelevel" %% "log4cats-slf4j" % "2.5.0"
30
val logbackClassic = "ch.qos.logback" % "logback-classic" % "1.4.5"
31
val jjwtApi = "io.jsonwebtoken" % "jjwt-api" % "0.11.5"
0 commit comments