From 51d907e788053b736af9c38ae4cad68b1f30a767 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Mon, 29 Jul 2024 23:04:11 +0200 Subject: [PATCH] Update scalafmt-core to 3.8.3 (#163) Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 6509678..32b20a0 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 3.8.2 +version = 3.8.3 runner.dialect = scala213source3 style = defaultWithAlign