From 8144b9c25f610dd3e101505f53556471c4c9326e Mon Sep 17 00:00:00 2001 From: scala-steward <162267+scala-steward-for-moia[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 09:22:07 +0000 Subject: [PATCH] Update scalafmt-core to 3.8.2 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index ec980a0..46db59c 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,5 +1,5 @@ # https://scalameta.org/scalafmt/docs/configuration.html -version = "3.8.1" +version = "3.8.2" runner.dialect = scala213source3 preset = defaultWithAlign align.preset = most