Skip to content

Commit

Permalink
chore(deps): update dependency org.typelevel:log4cats-slf4j to v2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 3, 2024
1 parent c6681d8 commit 21056fd
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 @@ -74,7 +74,7 @@ val commonSettings = Seq(
"com.softwaremill.sttp.tapir" %% "tapir-http4s-server" % "1.1.0",
"com.softwaremill.sttp.tapir" %% "tapir-swagger-ui-bundle" % "1.2.0",
"org.typelevel" %% "log4cats-core" % "2.4.0",
"org.typelevel" %% "log4cats-slf4j" % "2.4.0",
"org.typelevel" %% "log4cats-slf4j" % "2.7.0",
"org.slf4j" % "slf4j-api" % "2.0.1",
"org.slf4j" % "slf4j-simple" % "2.0.1",
),
Expand Down

0 comments on commit 21056fd

Please sign in to comment.