Skip to content

Commit

Permalink
Merge pull request #588 from softwaremill/update/log4cats-slf4j-2.7.0
Browse files Browse the repository at this point in the history
Update log4cats-slf4j to 2.7.0
  • Loading branch information
mergify[bot] committed May 4, 2024
2 parents 4062fff + 6c2a68f commit 6dbea38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ val jsonDependencies = Seq(
val loggingDependencies = Seq(
"com.typesafe.scala-logging" %% "scala-logging" % "3.9.5",
"ch.qos.logback" % "logback-classic" % "1.5.6",
"org.typelevel" %% "log4cats-slf4j" % "2.6.0"
"org.typelevel" %% "log4cats-slf4j" % "2.7.0"
)

val apiDocsDependencies = Seq(
Expand Down

0 comments on commit 6dbea38

Please sign in to comment.