Skip to content

Commit

Permalink
Update dependency org.slf4j:slf4j-api to v2.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 16, 2024
1 parent 61e0e9d commit 03708da
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 @@ -142,7 +142,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.11" % 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 03708da

Please sign in to comment.