From 50a0566494281a59cbc5f1d8ee45056443eac152 Mon Sep 17 00:00:00 2001 From: "scala-center-steward[bot]" <111975575+scala-center-steward[bot]@users.noreply.github.com> Date: Fri, 26 Jul 2024 00:18:27 +0000 Subject: [PATCH] Update scalafmt-core to 3.8.3 --- sbt-plugin/.scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbt-plugin/.scalafmt.conf b/sbt-plugin/.scalafmt.conf index 3c82666..8a7b676 100644 --- a/sbt-plugin/.scalafmt.conf +++ b/sbt-plugin/.scalafmt.conf @@ -1,4 +1,4 @@ -version = "3.8.2" +version = "3.8.3" runner.dialect = scala212source3 maxColumn = 120 align.preset = some