From f00e9730d5a25a2f89f9eb8934e7fa80b0756eb7 Mon Sep 17 00:00:00 2001 From: "aiven-scala-steward[bot]" <143503567+aiven-scala-steward[bot]@users.noreply.github.com> Date: Sun, 27 Oct 2024 00:31:49 +0000 Subject: [PATCH] Update pekko-actor, pekko-stream-testkit to 1.1.2+16-de1de409-SNAPSHOT --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 176ec0e4..8187366a 100644 --- a/build.sbt +++ b/build.sbt @@ -11,7 +11,7 @@ ThisBuild / organizationHomepage := Some(url("https://aiven.io/")) // Remove when Pekko Connectors 1.0.2 is out ThisBuild / resolvers += Resolver.ApacheMavenSnapshotsRepo -val pekkoVersion = "1.1.0-M0+204-d829637e-SNAPSHOT" // Change to 1.1.0 when its released +val pekkoVersion = "1.1.2+16-de1de409-SNAPSHOT" // Change to 1.1.0 when its released val pekkoHttpVersion = "1.0.1" val pekkoConnectorsKafkaVersion = "1.0.0" val kafkaClientsVersion = "3.7.0"