From dbf82b20e4c18d7ca2ce9e610ac3769d12d7b34f Mon Sep 17 00:00:00 2001 From: "scala-steward-for-moia[bot]" <97042238+scala-steward-for-moia[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 09:13:56 +0000 Subject: [PATCH] Upgrade scalafmt-core from 3.8.0 to 3.8.1 (#318) Co-authored-by: scala-steward <162267+scala-steward-for-moia[bot]@users.noreply.github.com> --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 489e85f..e5a7746 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 3.8.0 +version = 3.8.1 runner.dialect = scala213 align.preset = more maxColumn = 140