From 2ce2a3564181ba335840f1d07c108ab47a896bb4 Mon Sep 17 00:00:00 2001 From: Tobias Jonas Date: Wed, 25 Oct 2023 00:16:00 +0000 Subject: [PATCH] chore: update scalafmt-core from 3.4.3 to 3.7.15 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 82b916f..c4245c0 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version=3.4.3 +version=3.7.15 runner.dialect=scala213 maxColumn = 120 docstrings.style = Asterisk