Skip to content

Commit

Permalink
Merge pull request #11 from sangria-graphql-org/metrics-core_4.1.1
Browse files Browse the repository at this point in the history
update metrics-core to 4.1.1
  • Loading branch information
yanns authored Oct 28, 2019
2 parents 2a42577 + 8861c59 commit 6111d50
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 @@ -20,7 +20,7 @@ scalacOptions ++= {

libraryDependencies ++= Seq(
"org.sangria-graphql" %% "sangria" % "1.4.2",
"io.dropwizard.metrics" % "metrics-core" % "4.0.7",
"io.dropwizard.metrics" % "metrics-core" % "4.1.1",
"org.slf4j" % "slf4j-api" % "1.7.28",
"io.opentracing.contrib" %% "opentracing-scala-concurrent" % "0.0.4",
"io.opentracing" % "opentracing-mock" % "0.31.0" % Test,
Expand Down

0 comments on commit 6111d50

Please sign in to comment.