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 c150a3a commit 51c653dCopy full SHA for 51c653d
project/Dependencies.scala
@@ -31,7 +31,7 @@ object Dependencies {
31
val http4sDsl = "org.http4s" %% "http4s-dsl" % http4sCore.revision
32
val http4sOkhttpClient = "org.http4s" %% "http4s-okhttp-client" % http4sCore.revision
33
val kindProjector = "org.typelevel" % "kind-projector" % "0.11.3"
34
- val log4catsSlf4j = "org.typelevel" %% "log4cats-slf4j" % "1.2.0"
+ val log4catsSlf4j = "org.typelevel" %% "log4cats-slf4j" % "1.2.1"
35
val logbackClassic = "ch.qos.logback" % "logback-classic" % "1.2.3"
36
val jjwtApi = "io.jsonwebtoken" % "jjwt-api" % "0.11.2"
37
val jjwtImpl = "io.jsonwebtoken" % "jjwt-impl" % jjwtApi.revision
0 commit comments