We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fadf33 commit 78d8930Copy full SHA for 78d8930
build.sbt
@@ -12,7 +12,7 @@ ThisBuild / organizationHomepage := Some(url("https://aiven.io/"))
12
ThisBuild / resolvers += Resolver.ApacheMavenSnapshotsRepo
13
14
val pekkoVersion = "1.1.0-M0+204-d829637e-SNAPSHOT" // Change to 1.1.0 when its released
15
-val pekkoHttpVersion = "1.0.1"
+val pekkoHttpVersion = "1.1.0"
16
val pekkoConnectorsKafkaVersion = "1.0.0"
17
val kafkaClientsVersion = "3.7.0"
18
val pekkoConnectorsVersion = "1.0.2"
0 commit comments