You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by gi...@apache.org on 2022/07/11 00:11:58 UTC

[daffodil-vscode] branch update/sbt-scalafmt-2.4.6 created (now 73a9136)

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

github-bot pushed a change to branch update/sbt-scalafmt-2.4.6
in repository https://gitbox.apache.org/repos/asf/daffodil-vscode.git


      at 73a9136  Update sbt-scalafmt to 2.4.6

This branch includes the following new commits:

     new 73a9136  Update sbt-scalafmt to 2.4.6

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[daffodil-vscode] 01/01: Update sbt-scalafmt to 2.4.6

Posted by gi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch update/sbt-scalafmt-2.4.6
in repository https://gitbox.apache.org/repos/asf/daffodil-vscode.git

commit 73a91364d1486a1c2d6dba51b0cee3c73e9bbced
Author: github-actions[bot] <41...@users.noreply.github.com>
AuthorDate: Mon Jul 11 00:11:54 2022 +0000

    Update sbt-scalafmt to 2.4.6
---
 project/plugins.sbt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/project/plugins.sbt b/project/plugins.sbt
index 741b8d5..beca489 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -19,5 +19,5 @@ addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.9.0")
 addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.8.1")
 addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.1.17")
 addSbtPlugin("org.musigma" % "sbt-rat" % "0.7.0")
-addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.3")
+addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6")
 addSbtPlugin("com.github.battermann" % "sbt-json" % "0.5.0")