Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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.5+5-1bfbd7ee-SNAPSHOT" // Change to 1.1.0 when its released
val pekkoHttpVersion = "1.0.1"
val pekkoConnectorsKafkaVersion = "1.0.0"
val kafkaClientsVersion = "3.7.0"
Expand Down
Loading