From 9b6ca264e704e2e3b5abd7d9b761fc77349ce34e Mon Sep 17 00:00:00 2001 From: Tobias Jonas Date: Tue, 4 Jul 2023 00:20:44 +0000 Subject: [PATCH] chore: update scalafmt-core from 3.4.3 to 3.7.6 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 82b916f..68ede36 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version=3.4.3 +version=3.7.6 runner.dialect=scala213 maxColumn = 120 docstrings.style = Asterisk