Skip to content

Commit

Permalink
Update slf4j-api, slf4j-nop to 2.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Feb 19, 2024
1 parent ef2c0e6 commit 418ed75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ object Dependencies {

val objenisis = "org.objenesis" % "objenesis" % "3.2"
val jodaTime = "joda-time" % "joda-time" % "2.10.14"
val slf4jApi = "org.slf4j" % "slf4j-api" % "1.7.36"
val slf4jApi = "org.slf4j" % "slf4j-api" % "2.0.12"
val logback = "ch.qos.logback" % "logback-classic" % "1.2.11"
val logstash = "net.logstash.logback" % "logstash-logback-encoder" % "6.4"
val scalaCheck = "org.scalacheck" %% "scalacheck" % "1.16.0"
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ addSbtPlugin("no.arktekk.sbt" % "aether-deploy" % "0.27.0")

addSbtPlugin("community.flock.sbt" % "sbt-kotlin-plugin" % "3.0.1")

libraryDependencies += "org.slf4j" % "slf4j-nop" % "1.7.36"
libraryDependencies += "org.slf4j" % "slf4j-nop" % "2.0.12"

0 comments on commit 418ed75

Please sign in to comment.