This is an automated email from the ASF dual-hosted git repository. fanningpj pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/incubator-pekko-connectors.git
commit 784827a8a4f95c40ed009d67a52b056f54b38564 Author: Matthew de Detrich <[email protected]> AuthorDate: Sat Aug 19 10:12:47 2023 +0200 Add scala3 support to Azure Storage Queue --- project/Dependencies.scala | 1 - 1 file changed, 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 2effbd4fc..140406c08 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -101,7 +101,6 @@ object Dependencies { ExclusionRule("software.amazon.awssdk", "netty-nio-client"))) ++ Mockito) val AzureStorageQueue = Seq( - crossScalaVersions -= Scala3, libraryDependencies ++= Seq( "com.microsoft.azure" % "azure-storage" % "8.0.0")) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
