This is an automated email from the ASF dual-hosted git repository. fanningpj pushed a commit to branch pjfanning-patch-1 in repository https://gitbox.apache.org/repos/asf/pekko-management.git
commit 217145e8f0bb1ab6455646a5a458abc7a61b7567 Author: PJ Fanning <[email protected]> AuthorDate: Thu Mar 26 15:52:43 2026 +0100 Remove unused awsSdkVersion variable Removed awsSdkVersion from Dependencies.scala --- project/Dependencies.scala | 1 - 1 file changed, 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 0b53b787..ce731c4d 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -22,7 +22,6 @@ object Dependencies { val scalaTestVersion = "3.2.19" - val awsSdkVersion = "1.12.797" val guavaVersion = "33.5.0-jre" val jacksonVersion = "2.21.2" --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
