From 825114af68f1c29a112be356b2a754aad4574626 Mon Sep 17 00:00:00 2001 From: Paolo Boni <4746479+paoloboni@users.noreply.github.com> Date: Sun, 25 Feb 2024 00:27:54 +0000 Subject: [PATCH] Update scalafmt-core to 3.8.0 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index d291bbb..de2654e 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 3.7.17 +version = 3.8.0 maxColumn = 120 align.preset = more runner.dialect = scala3