You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pekko.apache.org by jr...@apache.org on 2023/02/14 13:37:51 UTC

[incubator-pekko-http] branch main updated: enable scalafmt for multi-jvm tests (#51)

This is an automated email from the ASF dual-hosted git repository.

jrudolph pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-pekko-http.git


The following commit(s) were added to refs/heads/main by this push:
     new 3cee4775e enable scalafmt for multi-jvm tests (#51)
3cee4775e is described below

commit 3cee4775e0ec0f5e1d66599accf893b5ff97a46e
Author: Johannes Rudolph <jo...@gmail.com>
AuthorDate: Tue Feb 14 14:37:45 2023 +0100

    enable scalafmt for multi-jvm tests (#51)
---
 project/MultiNode.scala | 1 +
 1 file changed, 1 insertion(+)

diff --git a/project/MultiNode.scala b/project/MultiNode.scala
index cd3c25bf3..0c5b34979 100644
--- a/project/MultiNode.scala
+++ b/project/MultiNode.scala
@@ -51,6 +51,7 @@ object MultiNode extends AutoPlugin {
 
   private val multiJvmSettings =
     SbtMultiJvm.multiJvmSettings ++
+    inConfig(MultiJvm)(org.scalafmt.sbt.ScalafmtPlugin.scalafmtConfigSettings) ++
     inConfig(MultiJvm)(Seq(
       MultiJvm / jvmOptions := defaultMultiJvmOptions,
       MultiJvm / scalacOptions := (Test / scalacOptions).value,


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