From 227947ce0de7319e82b918f3a7c2599164330dc3 Mon Sep 17 00:00:00 2001 From: scala-steward <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 30 Aug 2021 09:08:12 +0000 Subject: [PATCH] Update scalafmt-core to 3.0.1 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index dffc4b5..5126f8e 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,5 +1,5 @@ # https://scalameta.org/scalafmt/docs/configuration.html -version = "3.0.0" +version = "3.0.1" runner.dialect = scala213source3 preset = defaultWithAlign align.preset = most