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-persistence-jdbc.git


The following commit(s) were added to refs/heads/main by this push:
     new 25cdd98  Remove sbt deprecated in syntax
25cdd98 is described below

commit 25cdd9889f8a08bbf7f7d9ac0a75638d75b64733
Author: Matthew de Detrich <[email protected]>
AuthorDate: Fri Mar 24 16:51:18 2023 +0100

    Remove sbt deprecated in syntax
---
 project/AutomaticModuleName.scala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/project/AutomaticModuleName.scala 
b/project/AutomaticModuleName.scala
index 00723cf..e4018eb 100644
--- a/project/AutomaticModuleName.scala
+++ b/project/AutomaticModuleName.scala
@@ -25,5 +25,5 @@ object AutomaticModuleName {
   private val AutomaticModuleName = "Automatic-Module-Name"
 
   def settings(name: String): Seq[Def.Setting[Task[Seq[PackageOption]]]] =
-    Seq(packageOptions in (Compile, packageBin) += 
Package.ManifestAttributes(AutomaticModuleName -> name))
+    Seq(Compile / packageBin / packageOptions += 
Package.ManifestAttributes(AutomaticModuleName -> name))
 }


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to