Skip to content

Commit

Permalink
Merge pull request #478 from softwaremill/update/log4cats-slf4j-2.6.0
Browse files Browse the repository at this point in the history
Update log4cats-slf4j to 2.6.0
  • Loading branch information
mergify[bot] committed Apr 24, 2023
2 parents 85a9a41 + 1b2f836 commit b310c60
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.4.7",
"org.typelevel" %% "log4cats-slf4j" % "2.5.0"
"org.typelevel" %% "log4cats-slf4j" % "2.6.0"
)

val apiDocsDependencies = Seq(
Expand Down

0 comments on commit b310c60

Please sign in to comment.