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 2023/04/01 00:24:15 UTC

[daffodil-vscode] 01/01: Update scalafmt-core to 3.7.3

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

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

commit e9f18023dc1998c8f68e27f0dabc9eb0ddae327c
Author: github-actions[bot] <41...@users.noreply.github.com>
AuthorDate: Sat Apr 1 00:24:01 2023 +0000

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

diff --git a/.scalafmt.conf b/.scalafmt.conf
index cea71bd..18aa2a5 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.6.1"
+version = "3.7.3"
 maxColumn = 120
 rewrite.rules = [SortImports, RedundantBraces]
 runner.dialect = scala212