This is an automated email from the ASF dual-hosted git repository. mdedetrich pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/incubator-pekko-connectors.git
commit 051ac651c8f5cab0541ad504f9b8072329f7ee56 Author: PJ Fanning <[email protected]> AuthorDate: Sun May 28 17:42:17 2023 +0100 use newer version with collection-compat dep removed --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index d5b816132..71552ec4b 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -24,7 +24,7 @@ object Dependencies { val InfluxDBJavaVersion = "2.15" val AwsSdk2Version = "2.17.113" - val AwsSpiPekkoHttpVersion = "0.0.11+77-7dcf3809-SNAPSHOT" + val AwsSpiPekkoHttpVersion = "0.0.11+79-233bc020-SNAPSHOT" // Sync with plugins.sbt val PekkoGrpcBinaryVersion = "current" val PekkoHttpVersion = "0.0.0+4411-6fe04045-SNAPSHOT" --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
