From c247eebab8f1dc562dacbb3c30e253dbf9a14d76 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 25 Oct 2023 04:40:26 +0000 Subject: [PATCH] Update scalafmt-core to 3.7.15 --- .scalafmt.conf | 2 +- examples/fullapp/.scalafmt.conf | 2 +- examples/helloworld/.scalafmt.conf | 2 +- examples/routeguide/.scalafmt.conf | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 66db887ae..bf1720be7 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = "3.7.2" +version = "3.7.15" rewrite.rules = [SortImports, RedundantBraces] maxColumn = 120 align.preset = most diff --git a/examples/fullapp/.scalafmt.conf b/examples/fullapp/.scalafmt.conf index 6d01e3c7e..b80778fc1 100644 --- a/examples/fullapp/.scalafmt.conf +++ b/examples/fullapp/.scalafmt.conf @@ -1,2 +1,2 @@ -version = "3.7.2" +version = "3.7.15" runner.dialect = scala213source3 diff --git a/examples/helloworld/.scalafmt.conf b/examples/helloworld/.scalafmt.conf index 6d01e3c7e..b80778fc1 100644 --- a/examples/helloworld/.scalafmt.conf +++ b/examples/helloworld/.scalafmt.conf @@ -1,2 +1,2 @@ -version = "3.7.2" +version = "3.7.15" runner.dialect = scala213source3 diff --git a/examples/routeguide/.scalafmt.conf b/examples/routeguide/.scalafmt.conf index 6d01e3c7e..b80778fc1 100644 --- a/examples/routeguide/.scalafmt.conf +++ b/examples/routeguide/.scalafmt.conf @@ -1,2 +1,2 @@ -version = "3.7.2" +version = "3.7.15" runner.dialect = scala213source3