Skip to content

Commit

Permalink
Update log4cats-core, log4cats-slf4j, ... to 2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and jchapuis committed Jun 28, 2024
1 parent 45ad104 commit 962313b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ object Dependencies {
lazy val logbackVersion = "1.5.3"
lazy val logback = Seq("ch.qos.logback" % "logback-classic" % logbackVersion)

lazy val log4catsVersion = "2.6.0"
lazy val log4catsVersion = "2.7.0"
lazy val log4cats = Seq("org.typelevel" %% "log4cats-core" % log4catsVersion)
lazy val log4catsSlf4j = Seq(
"org.typelevel" %% "log4cats-slf4j" % log4catsVersion
Expand Down

0 comments on commit 962313b

Please sign in to comment.