Skip to content

Commit

Permalink
Update HdrHistogram to 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward-asf[bot] committed Jun 2, 2024
1 parent f7eddaa commit d868336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ object Dependencies {
val metrics = "io.dropwizard.metrics" % "metrics-core" % "4.2.25" % Test
val metricsJvm = "io.dropwizard.metrics" % "metrics-jvm" % "4.2.25" % Test
val latencyUtils = "org.latencyutils" % "LatencyUtils" % "2.0.3" % Test
val hdrHistogram = "org.hdrhistogram" % "HdrHistogram" % "2.2.1" % Test
val hdrHistogram = "org.hdrhistogram" % "HdrHistogram" % "2.2.2" % Test
val metricsAll = Seq(metrics, metricsJvm, latencyUtils, hdrHistogram)

// sigar logging
Expand Down

0 comments on commit d868336

Please sign in to comment.