Skip to content

Commit

Permalink
Merge pull request #18 from scala-steward/update/slf4j-api-1.7.29
Browse files Browse the repository at this point in the history
Update slf4j-api, slf4j-simple to 1.7.29
  • Loading branch information
yanns authored Nov 1, 2019
2 parents e72faf2 + 5eb2619 commit 148b226
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 @@ -15,12 +15,12 @@ scalacOptions ++= Seq("-deprecation", "-feature")
libraryDependencies ++= Seq(
"org.sangria-graphql" %% "sangria" % "2.0.0-M1",
"io.dropwizard.metrics" % "metrics-core" % "4.1.1",
"org.slf4j" % "slf4j-api" % "1.7.28",
"org.slf4j" % "slf4j-api" % "1.7.29",
"io.opentracing.contrib" %% "opentracing-scala-concurrent" % "0.0.6",
"io.opentracing" % "opentracing-mock" % "0.33.0" % Test,
"org.scalatest" %% "scalatest" % "3.0.8" % Test,
"org.sangria-graphql" %% "sangria-json4s-native" % "1.0.1" % Test,
"org.slf4j" % "slf4j-simple" % "1.7.28" % Test
"org.slf4j" % "slf4j-simple" % "1.7.29" % Test
)

// Publishing
Expand Down

0 comments on commit 148b226

Please sign in to comment.