From 2f26d25b11dc74a9deb7baf94c88bd5ba78e35c1 Mon Sep 17 00:00:00 2001 From: "zio-scala-steward[bot]" <145262613+zio-scala-steward[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 00:12:08 +0000 Subject: [PATCH] Update pekko-testkit to 1.0.3 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index be3ed53f5..c9ee91ba3 100644 --- a/build.sbt +++ b/build.sbt @@ -498,7 +498,7 @@ lazy val `quill-cassandra-pekko` = Test / fork := true, libraryDependencies ++= Seq( "org.apache.pekko" %% "pekko-connectors-cassandra" % "1.0.2", - "org.apache.pekko" %% "pekko-testkit" % "1.0.2" % Test + "org.apache.pekko" %% "pekko-testkit" % "1.0.3" % Test ) ) .dependsOn(`quill-cassandra` % "compile->compile;test->test")