You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pekko.apache.org by fa...@apache.org on 2022/11/12 07:54:59 UTC

[incubator-pekko-persistence-dynamodb] branch main updated: Replace mention of scalariform with scalafmt (#6)

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


The following commit(s) were added to refs/heads/main by this push:
     new cd9316e  Replace mention of scalariform with scalafmt (#6)
cd9316e is described below

commit cd9316ec19a44dd517a989c4a855d6a98d3a9b34
Author: Matthew de Detrich <ma...@aiven.io>
AuthorDate: Sat Nov 12 08:54:54 2022 +0100

    Replace mention of scalariform with scalafmt (#6)
---
 CONTRIBUTING.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index ff385e1..5ca39b8 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -137,4 +137,4 @@ Example:
 
 ## Source style
 
-Akka uses [Scalariform](https://github.com/mdr/scalariform) to enforce some of the code style rules.
+Akka uses [scalafmt](https://scalameta.org/scalafmt/) to enforce some of the code style rules.


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pekko.apache.org
For additional commands, e-mail: commits-help@pekko.apache.org