Skip to content

Commit

Permalink
Update metrics-core to 4.2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Aug 6, 2022
1 parent 75ef5f1 commit c6c669f
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 c6c669f

Please sign in to comment.