Skip to content

Commit

Permalink
Update dependency org.slf4j:slf4j-api to v2.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 13, 2024
1 parent 7c2d899 commit 0607e20
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 @@ -171,7 +171,7 @@ lazy val library = (project in file("."))
exclude("org.typelevel", "cats-effect_2.13")
exclude("org.typelevel", "cats-core_2.12")
exclude("org.typelevel", "cats-core_2.13"),
"org.slf4j" % "slf4j-api" % "2.0.9" % Provided,
"org.slf4j" % "slf4j-api" % "2.0.16" % Provided,
"io.circe" %% "circe-generic" % circeVersion
exclude("org.typelevel", "cats-core_2.12")
exclude("org.typelevel", "cats-core_2.13"),
Expand Down

0 comments on commit 0607e20

Please sign in to comment.