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 090641a  Update HdrHistogram to 2.1.12 (#110)
090641a is described below

commit 090641a42f4911a8c012c5cf0a5bfc959e5a833b
Author: scala-steward-asf[bot] 
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
AuthorDate: Sat Apr 6 16:52:57 2024 +0200

    Update HdrHistogram to 2.1.12 (#110)
    
    Co-authored-by: scala-steward-asf[bot] 
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
    Co-authored-by: PJ Fanning <[email protected]>
---
 build.sbt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/build.sbt b/build.sbt
index 3b1aeca..3e5eebb 100644
--- a/build.sbt
+++ b/build.sbt
@@ -57,9 +57,9 @@ libraryDependencies ++= Seq(
   "org.apache.pekko" %% "pekko-persistence-tck" % PekkoCoreDependency.version 
% Test,
   "org.apache.pekko" %% "pekko-testkit" % PekkoCoreDependency.version % Test,
   "org.apache.pekko" %% "pekko-stream-testkit" % PekkoCoreDependency.version % 
Test,
-  "org.scalatest" %% "scalatest" % "3.2.17" % "test",
+  "org.scalatest" %% "scalatest" % "3.2.18" % "test",
   "commons-io" % "commons-io" % "2.16.0" % Test,
-  "org.hdrhistogram" % "HdrHistogram" % "2.1.8" % Test,
+  "org.hdrhistogram" % "HdrHistogram" % "2.1.12" % 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]

Reply via email to