Skip to content

Commit

Permalink
Update slf4j-api to 1.7.35
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jan 25, 2022
1 parent 08ba7ab commit 5b66cab
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 @@ -42,7 +42,7 @@ lazy val core =
.settings(
moduleName := "scalacache-core",
libraryDependencies ++= Seq(
"org.slf4j" % "slf4j-api" % "1.7.34",
"org.slf4j" % "slf4j-api" % "1.7.35",
"org.typelevel" %% "cats-effect" % CatsEffectVersion,
scalatest,
scalacheck
Expand Down

0 comments on commit 5b66cab

Please sign in to comment.