Skip to content

Commit 60f1864

Browse files
authored
Merge pull request #3345 from scala-steward/update/log4cats-slf4j-2.7.0
Update log4cats-slf4j to 2.7.0
2 parents 6969f5e + 9629a8a commit 60f1864

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 http4sEmberServer = "org.http4s" %% "http4s-ember-server" % http4sCore.revision
3030
val http4sJdkhttpClient = "org.http4s" %% "http4s-jdk-http-client" % "1.0.0-M9"
31-
val log4catsSlf4j = "org.typelevel" %% "log4cats-slf4j" % "2.6.0"
31+
val log4catsSlf4j = "org.typelevel" %% "log4cats-slf4j" % "2.7.0"
3232
val logbackClassic = "ch.qos.logback" % "logback-classic" % "1.5.6"
3333
val jjwtApi = "io.jsonwebtoken" % "jjwt-api" % "0.12.5"
3434
val jjwtImpl = "io.jsonwebtoken" % "jjwt-impl" % jjwtApi.revision

0 commit comments

Comments
 (0)