Skip to content

Commit

Permalink
Merge pull request #309 from scala-steward/update/metrics-core-4.2.25
Browse files Browse the repository at this point in the history
Update metrics-core to 4.2.25
  • Loading branch information
sh0hei authored Feb 10, 2024
2 parents e0fa1b6 + 9b62fa9 commit 62f16cf
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 @@ -36,7 +36,7 @@ scalacOptions ++= Seq("-deprecation", "-feature")

libraryDependencies ++= Seq(
"org.sangria-graphql" %% "sangria" % "4.0.2",
"io.dropwizard.metrics" % "metrics-core" % "4.2.23",
"io.dropwizard.metrics" % "metrics-core" % "4.2.25",
"org.slf4j" % "slf4j-api" % "2.0.11",
("io.opentracing.contrib" %% "opentracing-scala-concurrent" % "0.0.6").cross(
CrossVersion.for3Use2_13),
Expand Down

0 comments on commit 62f16cf

Please sign in to comment.