You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by ar...@apache.org on 2023/09/27 17:14:24 UTC

[daffodil-vscode] branch main updated: Update scalafmt-core to 3.7.13

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

arosien pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/daffodil-vscode.git


The following commit(s) were added to refs/heads/main by this push:
     new 99a9147  Update scalafmt-core to 3.7.13
99a9147 is described below

commit 99a91476ed188640994853393acc5d9df7f1d9c8
Author: github-actions[bot] <41...@users.noreply.github.com>
AuthorDate: Fri Sep 1 00:21:57 2023 +0000

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

diff --git a/.scalafmt.conf b/.scalafmt.conf
index ea5b8f6..21f24a4 100644
--- a/.scalafmt.conf
+++ b/.scalafmt.conf
@@ -13,7 +13,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-version = "3.7.4"
+version = "3.7.13"
 maxColumn = 120
 rewrite.rules = [SortImports, RedundantBraces]
 runner.dialect = scala212