Skip to content

Commit

Permalink
Update slf4j-api, slf4j-simple to 1.7.33
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jan 13, 2022
1 parent ef0ecb5 commit 11b1c00
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 @@ -31,12 +31,12 @@ scalacOptions ++= Seq("-deprecation", "-feature")
libraryDependencies ++= Seq(
"org.sangria-graphql" %% "sangria" % "2.1.6",
"io.dropwizard.metrics" % "metrics-core" % "4.2.7",
"org.slf4j" % "slf4j-api" % "1.7.32",
"org.slf4j" % "slf4j-api" % "1.7.33",
"io.opentracing.contrib" %% "opentracing-scala-concurrent" % "0.0.6",
"io.opentracing" % "opentracing-mock" % "0.33.0" % Test,
"org.scalatest" %% "scalatest" % "3.2.10" % Test,
"org.sangria-graphql" %% "sangria-json4s-native" % "1.0.2" % Test,
"org.slf4j" % "slf4j-simple" % "1.7.32" % Test
"org.slf4j" % "slf4j-simple" % "1.7.33" % Test
)

// Publishing
Expand Down

0 comments on commit 11b1c00

Please sign in to comment.