From ceda4104f97fd142f8ce29a22ddffd9fe3e49aa4 Mon Sep 17 00:00:00 2001 From: "scala-steward-didx[bot]" <156918788+scala-steward-didx[bot]@users.noreply.github.com> Date: Sat, 30 Mar 2024 00:03:45 +0000 Subject: [PATCH] Update scalafmt-core to 3.8.1 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index f5c8f05..721cbaf 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = "3.8.0" +version = "3.8.1" runner.dialect = scala3 align.preset = more // For pretty alignment. maxColumn = 100 // For my wide 30" display.