Skip to content

Commit 4e12175

Browse files
Update log4cats-slf4j to 2.3.1 (#2595)
1 parent 9599889 commit 4e12175

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
@@ -28,7 +28,7 @@ object Dependencies {
2828
val http4sDsl = "org.http4s" %% "http4s-dsl" % http4sCore.revision
2929
val http4sBlazeServer = "org.http4s" %% "http4s-blaze-server" % http4sCore.revision
3030
val http4sOkhttpClient = "org.http4s" %% "http4s-okhttp-client" % http4sCore.revision
31-
val log4catsSlf4j = "org.typelevel" %% "log4cats-slf4j" % "2.3.0"
31+
val log4catsSlf4j = "org.typelevel" %% "log4cats-slf4j" % "2.3.1"
3232
val logbackClassic = "ch.qos.logback" % "logback-classic" % "1.2.11"
3333
val jjwtApi = "io.jsonwebtoken" % "jjwt-api" % "0.11.3"
3434
val jjwtImpl = "io.jsonwebtoken" % "jjwt-impl" % jjwtApi.revision

0 commit comments

Comments
 (0)