Skip to content

Commit

Permalink
Update jcl-over-slf4j, jul-to-slf4j to 2.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Feb 6, 2024
1 parent 6dc59bd commit d6ca03a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,8 @@ lazy val core = (project in file("core")).settings(
"org.typelevel" %% "cats-core" % "2.10.0",
"org.typelevel" %% "cats-effect" % "2.5.5",
"com.typesafe.scala-logging" %% "scala-logging" % "3.9.5",
"org.slf4j" % "jul-to-slf4j" % "2.0.9",
"org.slf4j" % "jcl-over-slf4j" % "2.0.9",
"org.slf4j" % "jul-to-slf4j" % "2.0.12",
"org.slf4j" % "jcl-over-slf4j" % "2.0.12",
"io.grpc" % "grpc-services" % Versions.grpcVersion % Test
)
)
Expand Down

0 comments on commit d6ca03a

Please sign in to comment.