Skip to content

Commit

Permalink
Merge pull request #315 from scala-steward/update/slf4j-api-2.0.12
Browse files Browse the repository at this point in the history
Update slf4j-api, slf4j-simple to 2.0.12
  • Loading branch information
sh0hei authored Mar 2, 2024
2 parents 5deae36 + 37ef909 commit c5472a4
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.1.0",
"io.dropwizard.metrics" % "metrics-core" % "4.2.25",
"org.slf4j" % "slf4j-api" % "2.0.11",
"org.slf4j" % "slf4j-api" % "2.0.12",
("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.18" % Test,
"org.sangria-graphql" %% "sangria-json4s-native" % "1.0.2" % Test,
"org.slf4j" % "slf4j-simple" % "2.0.11" % Test
"org.slf4j" % "slf4j-simple" % "2.0.12" % Test
)

// Publishing
Expand Down

0 comments on commit c5472a4

Please sign in to comment.