Skip to content

Commit

Permalink
Update metrics-core, metrics-healthchecks to 4.2.27
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Aug 19, 2024
1 parent 38485c2 commit 0e2cb0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ lazy val metricsScala = (project in file("metrics-scala"))
name := "metrics4-scala",
description := "metrics-scala for Scala " + CrossVersion.binaryScalaVersion(scalaVersion.value),
libraryDependencies ++= Seq(
"io.dropwizard.metrics" % "metrics-core" % "4.2.26",
"io.dropwizard.metrics" % "metrics-healthchecks" % "4.2.26"
"io.dropwizard.metrics" % "metrics-core" % "4.2.27",
"io.dropwizard.metrics" % "metrics-healthchecks" % "4.2.27"
),
mimaPreviousArtifacts := mimaPrevious(scalaVersion.value)
)
Expand Down

0 comments on commit 0e2cb0a

Please sign in to comment.