This is an automated email from the ASF dual-hosted git repository.
fanningpj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-persistence-dynamodb.git
The following commit(s) were added to refs/heads/main by this push:
new 2e405df Update HdrHistogram to 2.2.1 (#127)
2e405df is described below
commit 2e405dff09c8b3c2aa123c98d58ece05dfce0e28
Author: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
AuthorDate: Sun May 12 09:59:33 2024 +0100
Update HdrHistogram to 2.2.1 (#127)
Co-authored-by: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
---
build.sbt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.sbt b/build.sbt
index 54e0ee7..8df2f87 100644
--- a/build.sbt
+++ b/build.sbt
@@ -59,7 +59,7 @@ libraryDependencies ++= Seq(
"org.apache.pekko" %% "pekko-stream-testkit" % PekkoCoreDependency.version %
Test,
"org.scalatest" %% "scalatest" % "3.2.18" % "test",
"commons-io" % "commons-io" % "2.16.1" % Test,
- "org.hdrhistogram" % "HdrHistogram" % "2.1.12" % Test,
+ "org.hdrhistogram" % "HdrHistogram" % "2.2.1" % Test,
"com.dimafeng" %% "testcontainers-scala-scalatest" %
testcontainersScalaVersion % Test)
scalacOptions ++= Seq("-deprecation", "-feature")
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]