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 9599889 commit 4e12175Copy full SHA for 4e12175
project/Dependencies.scala
@@ -28,7 +28,7 @@ object Dependencies {
28
val http4sDsl = "org.http4s" %% "http4s-dsl" % http4sCore.revision
29
val http4sBlazeServer = "org.http4s" %% "http4s-blaze-server" % http4sCore.revision
30
val http4sOkhttpClient = "org.http4s" %% "http4s-okhttp-client" % http4sCore.revision
31
- val log4catsSlf4j = "org.typelevel" %% "log4cats-slf4j" % "2.3.0"
+ val log4catsSlf4j = "org.typelevel" %% "log4cats-slf4j" % "2.3.1"
32
val logbackClassic = "ch.qos.logback" % "logback-classic" % "1.2.11"
33
val jjwtApi = "io.jsonwebtoken" % "jjwt-api" % "0.11.3"
34
val jjwtImpl = "io.jsonwebtoken" % "jjwt-impl" % jjwtApi.revision
0 commit comments