We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 602d71c + b0975e6 commit e11ea69Copy full SHA for e11ea69
1 file changed
project/Dependencies.scala
@@ -27,7 +27,7 @@ object Dependencies {
27
val http4sDsl = "org.http4s" %% "http4s-dsl" % http4sCore.revision
28
val http4sEmberServer = "org.http4s" %% "http4s-ember-server" % http4sCore.revision
29
val http4sJdkhttpClient = "org.http4s" %% "http4s-jdk-http-client" % "1.0.0-M10"
30
- val log4catsSlf4j = "org.typelevel" %% "log4cats-slf4j" % "2.7.1"
+ val log4catsSlf4j = "org.typelevel" %% "log4cats-slf4j" % "2.8.0"
31
val logbackClassic = "ch.qos.logback" % "logback-classic" % "1.5.32"
32
val jjwtApi = "io.jsonwebtoken" % "jjwt-api" % "0.13.0"
33
val jjwtImpl = "io.jsonwebtoken" % "jjwt-impl" % jjwtApi.revision
0 commit comments