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 committed May 31, 2024
1 parent 0460741 commit 2d67101
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 @@ -72,7 +72,7 @@ lazy val metricsScalaHdr = (project in file("metrics-scala-hdr"))
libraryDependencies ++= Seq(
"org.mpierce.metrics.reservoir" % "hdrhistogram-metrics-reservoir" % "1.1.3",
// Override version that hdrhistogram-metrics-reservoir depends on:
"org.hdrhistogram" % "HdrHistogram" % "2.2.1"
"org.hdrhistogram" % "HdrHistogram" % "2.2.2"
),
mimaPreviousArtifacts := mimaPrevious(scalaVersion.value)
)
Expand Down

0 comments on commit 2d67101

Please sign in to comment.