This is an automated email from the ASF dual-hosted git repository. fanningpj pushed a commit to branch pjfanning-patch-2 in repository https://gitbox.apache.org/repos/asf/pekko-connectors.git
commit 4fa813a8f9341f4f7c0696a2b635669fb1a88455 Author: PJ Fanning <[email protected]> AuthorDate: Sun Jul 21 05:51:45 2024 +0100 remove unused version variable --- project/Dependencies.scala | 1 - 1 file changed, 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 14f0787bf..846d65899 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -27,7 +27,6 @@ object Dependencies { val AvroVersion = "1.11.3" val AwsSdk2Version = "2.26.21" - val AwsSpiPekkoHttpVersion = "0.1.1" val NettyVersion = "4.1.112.Final" // Sync with plugins.sbt val PekkoGrpcBinaryVersion = "1.1" --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
