Skip to content

Commit

Permalink
Dependency updates (#139)
Browse files Browse the repository at this point in the history
* Update jcl-over-slf4j to 2.0.10

* Update slf4j-api to 2.0.10

---------

Co-authored-by: mkuthan-scala-steward[bot] <141544182+mkuthan-scala-steward[bot]@users.noreply.github.com>
  • Loading branch information
mkuthan-scala-steward[bot] authored Dec 31, 2023
1 parent c01882c commit a19f8df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ object Dependencies {

val scalaLogging = "com.typesafe.scala-logging" %% "scala-logging" % "3.9.5"

val slf4j = "org.slf4j" % "slf4j-api" % "2.0.9"
val slf4jJcl = "org.slf4j" % "jcl-over-slf4j" % "2.0.9"
val slf4j = "org.slf4j" % "slf4j-api" % "2.0.10"
val slf4jJcl = "org.slf4j" % "jcl-over-slf4j" % "2.0.10"

val logback = "ch.qos.logback" % "logback-classic" % "1.4.14"

Expand Down

0 comments on commit a19f8df

Please sign in to comment.