Skip to content

Commit

Permalink
Merge pull request #39 from scala-steward/update/metrics-core-4.1.14
Browse files Browse the repository at this point in the history
Update metrics-core to 4.1.14
  • Loading branch information
yanns committed Oct 26, 2020
2 parents 8f72c84 + b2b8994 commit 4ace88a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -17,7 +17,7 @@ scalacOptions ++= Seq("-deprecation", "-feature")

libraryDependencies ++= Seq(
"org.sangria-graphql" %% "sangria" % "2.0.1",
"io.dropwizard.metrics" % "metrics-core" % "4.1.13",
"io.dropwizard.metrics" % "metrics-core" % "4.1.14",
"org.slf4j" % "slf4j-api" % "1.7.30",
"io.opentracing.contrib" %% "opentracing-scala-concurrent" % "0.0.6",
"io.opentracing" % "opentracing-mock" % "0.33.0" % Test,
Expand Down

0 comments on commit 4ace88a

Please sign in to comment.