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