Skip to content

Commit 51c653d

Browse files
Update log4cats-slf4j to 1.2.1 (#2025)
1 parent c150a3a commit 51c653d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ object Dependencies {
3131
val http4sDsl = "org.http4s" %% "http4s-dsl" % http4sCore.revision
3232
val http4sOkhttpClient = "org.http4s" %% "http4s-okhttp-client" % http4sCore.revision
3333
val kindProjector = "org.typelevel" % "kind-projector" % "0.11.3"
34-
val log4catsSlf4j = "org.typelevel" %% "log4cats-slf4j" % "1.2.0"
34+
val log4catsSlf4j = "org.typelevel" %% "log4cats-slf4j" % "1.2.1"
3535
val logbackClassic = "ch.qos.logback" % "logback-classic" % "1.2.3"
3636
val jjwtApi = "io.jsonwebtoken" % "jjwt-api" % "0.11.2"
3737
val jjwtImpl = "io.jsonwebtoken" % "jjwt-impl" % jjwtApi.revision

0 commit comments

Comments
 (0)