Skip to content

Commit

Permalink
Merge pull request #177 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
magro authored Jan 30, 2024
2 parents 3430753 + efbfd0d commit 8d33afc
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 @@ -48,7 +48,7 @@ libraryDependencies ++= Seq(
"org.asynchttpclient" % "async-http-client" % "2.12.3",
"org.scala-lang.modules" %% "scala-xml" % "2.2.0",
"org.scala-lang.modules" %% "scala-java8-compat"% "1.0.2",
"io.dropwizard.metrics" % "metrics-core" % "4.2.24" % "optional",
"io.dropwizard.metrics" % "metrics-core" % "4.2.25" % "optional",
"org.slf4j" % "slf4j-api" % slf4jVersion,
"org.slf4j" % "slf4j-simple" % slf4jVersion % "test",
"org.scalatest" %% "scalatest" % "3.2.17" % "test",
Expand Down

0 comments on commit 8d33afc

Please sign in to comment.