You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pekko.apache.org by md...@apache.org on 2023/03/24 16:52:14 UTC

[incubator-pekko-persistence-jdbc] branch main updated: Remove sbt deprecated in syntax

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 <ma...@aiven.io>
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: commits-unsubscribe@pekko.apache.org
For additional commands, e-mail: commits-help@pekko.apache.org