Skip to content

Commit

Permalink
Merge pull request #307 from scala-steward/update/slf4j-api-2.0.11
Browse files Browse the repository at this point in the history
Update slf4j-api, slf4j-simple to 2.0.11
  • Loading branch information
sh0hei authored Jan 24, 2024
2 parents ca4c7c3 + 6f1221b commit e0fa1b6
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 @@ -37,13 +37,13 @@ scalacOptions ++= Seq("-deprecation", "-feature")
libraryDependencies ++= Seq(
"org.sangria-graphql" %% "sangria" % "4.0.2",
"io.dropwizard.metrics" % "metrics-core" % "4.2.23",
"org.slf4j" % "slf4j-api" % "2.0.9",
"org.slf4j" % "slf4j-api" % "2.0.11",
("io.opentracing.contrib" %% "opentracing-scala-concurrent" % "0.0.6").cross(
CrossVersion.for3Use2_13),
"io.opentracing" % "opentracing-mock" % "0.33.0" % Test,
"org.scalatest" %% "scalatest" % "3.2.17" % Test,
"org.sangria-graphql" %% "sangria-json4s-native" % "1.0.2" % Test,
"org.slf4j" % "slf4j-simple" % "2.0.9" % Test
"org.slf4j" % "slf4j-simple" % "2.0.11" % Test
)

// Publishing
Expand Down

0 comments on commit e0fa1b6

Please sign in to comment.