From 1c9a0235093fe22088d7d7853d7cc7bc0576cfc4 Mon Sep 17 00:00:00 2001 From: scala-steward <162267+scala-steward-for-moia[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 09:10:57 +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 ce65d2e..413924b 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,5 +1,5 @@ # https://scalameta.org/scalafmt/docs/configuration.html -version = "3.8.0" +version = "3.8.1" runner.dialect = scala213source3 preset = defaultWithAlign align.preset = most