Skip to content

Commit

Permalink
Merge pull request #631 from innFactory/update/slf4j-api-2.0.16
Browse files Browse the repository at this point in the history
chore: update slf4j-api from 2.0.15 to 2.0.16
  • Loading branch information
mergify[bot] committed Aug 11, 2024
2 parents 87da0a5 + 897b2cc commit cc2fc56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ object Dependencies {
// If you want to use opencensus-scala inside an Akka HTTP project
val opencensusAkkaHttp = "com.github.sebruck" %% "opencensus-scala-akka-http" % "0.7.2"

val sl4j = "org.slf4j" % "slf4j-api" % "2.0.15"
val sl4j = "org.slf4j" % "slf4j-api" % "2.0.16"
val sharedDeps = "com.google.cloud" % "google-cloud-shared-dependencies" % "3.33.0"
val logback = "ch.qos.logback" % "logback-classic" % "1.5.6"
val logbackCore = "ch.qos.logback" % "logback-core" % "1.5.6"
Expand Down

0 comments on commit cc2fc56

Please sign in to comment.