From 2121e1f7e2b6e9cb44821f7035cf1f05b0a4ac56 Mon Sep 17 00:00:00 2001 From: "aiven-scala-steward[bot]" <143503567+aiven-scala-steward[bot]@users.noreply.github.com> Date: Sun, 2 Jun 2024 00:26:21 +0000 Subject: [PATCH] Update pekko-actor, pekko-stream-testkit to 1.1.0-M1+11-5d23adbe-SNAPSHOT --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 176ec0e4..114be103 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.0-M1+11-5d23adbe-SNAPSHOT" // Change to 1.1.0 when its released val pekkoHttpVersion = "1.0.1" val pekkoConnectorsKafkaVersion = "1.0.0" val kafkaClientsVersion = "3.7.0"