Skip to content

Commit

Permalink
Update metrics-core, metrics-healthchecks to 4.2.28 (#552)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Oct 5, 2024
1 parent 54249ba commit 19f10ca
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 @@ -63,8 +63,8 @@ lazy val metricsScala = project
name := "metrics4-scala",
description := "metrics-scala for Scala " + CrossVersion.binaryScalaVersion(scalaVersion.value),
libraryDependencies ++= Seq(
"io.dropwizard.metrics" % "metrics-core" % "4.2.27",
"io.dropwizard.metrics" % "metrics-healthchecks" % "4.2.27"
"io.dropwizard.metrics" % "metrics-core" % "4.2.28",
"io.dropwizard.metrics" % "metrics-healthchecks" % "4.2.28"
),
mimaPreviousArtifacts := mimaPrevious(name.value, scalaVersion.value)
)
Expand Down

0 comments on commit 19f10ca

Please sign in to comment.