From 0622967cc517e1ea7af265106e3c29b9d69c3ad1 Mon Sep 17 00:00:00 2001 From: "aiven-scala-steward[bot]" <143503567+aiven-scala-steward[bot]@users.noreply.github.com> Date: Sun, 6 Oct 2024 00:31:06 +0000 Subject: [PATCH] Update pekko-actor, pekko-stream-testkit to 1.1.1+24-090390a4-SNAPSHOT --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 176ec0e4..8659cb02 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.1+24-090390a4-SNAPSHOT" // Change to 1.1.0 when its released val pekkoHttpVersion = "1.0.1" val pekkoConnectorsKafkaVersion = "1.0.0" val kafkaClientsVersion = "3.7.0"