Skip to content

Commit

Permalink
Update metrics-core, metrics-healthchecks to 4.2.29
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Nov 27, 2024
1 parent 94ea3f9 commit 562e682
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.28",
"io.dropwizard.metrics" % "metrics-healthchecks" % "4.2.28"
"io.dropwizard.metrics" % "metrics-core" % "4.2.29",
"io.dropwizard.metrics" % "metrics-healthchecks" % "4.2.29"
),
mimaPreviousArtifacts := mimaPrevious(name.value, scalaVersion.value)
)
Expand Down

0 comments on commit 562e682

Please sign in to comment.