From d83407c080f2037372391638773f7af9c15d9b86 Mon Sep 17 00:00:00 2001 From: "scala-steward-didx[bot]" <156918788+scala-steward-didx[bot]@users.noreply.github.com> Date: Fri, 26 Jul 2024 10:36:15 +0200 Subject: [PATCH] Update scalafmt-core to 3.8.3 (#71) Co-authored-by: scala-steward-didx[bot] <156918788+scala-steward-didx[bot]@users.noreply.github.com> --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 70508ef..0384494 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = "3.8.2" +version = "3.8.3" runner.dialect = scala3 align.preset = more // For pretty alignment. maxColumn = 100 // For my wide 30" display.