Skip to content

Commit

Permalink
Merge pull request #203 from scala-steward/update/metrics-core-4.2.11
Browse files Browse the repository at this point in the history
Update metrics-core to 4.2.11
  • Loading branch information
sh0hei authored Aug 8, 2022
2 parents 75ef5f1 + c6c669f commit 8664bc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ scalacOptions ++= Seq("-deprecation", "-feature")

libraryDependencies ++= Seq(
"org.sangria-graphql" %% "sangria" % "3.0.1",
"io.dropwizard.metrics" % "metrics-core" % "4.2.10",
"io.dropwizard.metrics" % "metrics-core" % "4.2.11",
"org.slf4j" % "slf4j-api" % "1.7.36",
"io.opentracing.contrib" %% "opentracing-scala-concurrent" % "0.0.6",
"io.opentracing" % "opentracing-mock" % "0.33.0" % Test,
Expand Down

0 comments on commit 8664bc3

Please sign in to comment.