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.
2 parents 6969f5e + 9629a8a commit 60f1864Copy full SHA for 60f1864
project/Dependencies.scala
@@ -28,7 +28,7 @@ object Dependencies {
28
val http4sDsl = "org.http4s" %% "http4s-dsl" % http4sCore.revision
29
val http4sEmberServer = "org.http4s" %% "http4s-ember-server" % http4sCore.revision
30
val http4sJdkhttpClient = "org.http4s" %% "http4s-jdk-http-client" % "1.0.0-M9"
31
- val log4catsSlf4j = "org.typelevel" %% "log4cats-slf4j" % "2.6.0"
+ val log4catsSlf4j = "org.typelevel" %% "log4cats-slf4j" % "2.7.0"
32
val logbackClassic = "ch.qos.logback" % "logback-classic" % "1.5.6"
33
val jjwtApi = "io.jsonwebtoken" % "jjwt-api" % "0.12.5"
34
val jjwtImpl = "io.jsonwebtoken" % "jjwt-impl" % jjwtApi.revision
0 commit comments