From 8e44ab53a82dbcda1b01b8990a9f152d5c3fb0b1 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Mon, 6 Dec 2021 08:19:07 +0000 Subject: [PATCH] Upgrade scalafmt-core from 3.1.2 to 3.2.1 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index a15a8560..ccf2b6a4 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,5 +1,5 @@ # https://scalameta.org/scalafmt/docs/configuration.html -version = "3.1.2" +version = "3.2.1" runner.dialect = scala213source3 preset = defaultWithAlign align.preset = most