From 3e1eef661baf80852caedcff9622f7de3d5c51cd Mon Sep 17 00:00:00 2001 From: "aiven-scala-steward[bot]" <143503567+aiven-scala-steward[bot]@users.noreply.github.com> Date: Sun, 19 Oct 2025 00:46:00 +0000 Subject: [PATCH] Update pekko-http-spray-json, ... to 1.2.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 176ec0e4..1abf2587 100644 --- a/build.sbt +++ b/build.sbt @@ -12,7 +12,7 @@ ThisBuild / organizationHomepage := Some(url("https://aiven.io/")) ThisBuild / resolvers += Resolver.ApacheMavenSnapshotsRepo val pekkoVersion = "1.1.0-M0+204-d829637e-SNAPSHOT" // Change to 1.1.0 when its released -val pekkoHttpVersion = "1.0.1" +val pekkoHttpVersion = "1.2.0" val pekkoConnectorsKafkaVersion = "1.0.0" val kafkaClientsVersion = "3.7.0" val pekkoConnectorsVersion = "1.0.2"