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/08/14 00:12:52 UTC

[daffodil-vscode] branch update/scalafmt-core-3.5.9 created (now e112215)

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

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


      at e112215  Update scalafmt-core to 3.5.9

This branch includes the following new commits:

     new e112215  Update scalafmt-core to 3.5.9

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 scalafmt-core to 3.5.9

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/scalafmt-core-3.5.9
in repository https://gitbox.apache.org/repos/asf/daffodil-vscode.git

commit e1122154221522a854296e3ada19d11b17f12987
Author: github-actions[bot] <41...@users.noreply.github.com>
AuthorDate: Sun Aug 14 00:12:46 2022 +0000

    Update scalafmt-core to 3.5.9
---
 .scalafmt.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.scalafmt.conf b/.scalafmt.conf
index e25303c..1c1db22 100644
--- a/.scalafmt.conf
+++ b/.scalafmt.conf
@@ -13,6 +13,6 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-version = "2.7.5"
+version = "3.5.9"
 maxColumn = 120
 rewrite.rules = [SortImports, RedundantBraces]