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/02/08 13:03:22 UTC

[incubator-pekko-sbt-paradox] branch main updated: fix scalafmt plugin

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-sbt-paradox.git


The following commit(s) were added to refs/heads/main by this push:
     new 6e87df4  fix scalafmt plugin
6e87df4 is described below

commit 6e87df41b125b22df77dea54518cd50de72f0486
Author: Johannes Rudolph <jo...@gmail.com>
AuthorDate: Wed Feb 8 13:41:22 2023 +0100

    fix scalafmt plugin
---
 plugin/plugins.sbt  | 1 -
 project/plugins.sbt | 1 +
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/plugin/plugins.sbt b/plugin/plugins.sbt
deleted file mode 100644
index 83adafa..0000000
--- a/plugin/plugins.sbt
+++ /dev/null
@@ -1 +0,0 @@
-addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6")
diff --git a/project/plugins.sbt b/project/plugins.sbt
index f54aa59..4da3953 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -2,3 +2,4 @@
 // remember to also update build.sbt
 addSbtPlugin("com.lightbend.paradox" % "sbt-paradox-theme" % "0.10.3")
 addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.11")
+addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6")


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