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 b171f7a commit 3b049d6Copy full SHA for 3b049d6
project/Dependencies.scala
@@ -30,7 +30,7 @@ object Dependencies {
30
val http4sEmberServer = "org.http4s" %% "http4s-ember-server" % http4sCore.revision
31
val http4sJdkhttpClient = "org.http4s" %% "http4s-jdk-http-client" % "1.0.0-M9"
32
val log4catsSlf4j = "org.typelevel" %% "log4cats-slf4j" % "2.6.0"
33
- val logbackClassic = "ch.qos.logback" % "logback-classic" % "1.4.12"
+ val logbackClassic = "ch.qos.logback" % "logback-classic" % "1.4.13"
34
val jjwtApi = "io.jsonwebtoken" % "jjwt-api" % "0.11.5"
35
val jjwtImpl = "io.jsonwebtoken" % "jjwt-impl" % jjwtApi.revision
36
val jjwtJackson = "io.jsonwebtoken" % "jjwt-jackson" % jjwtApi.revision
0 commit comments