From a208facf06b15d35f9d2db53dca499e30fe5d3e7 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Sun, 16 Jun 2024 00:20:49 +0000 Subject: [PATCH] Update scalafmt-core to 3.8.2 --- .scalafmt.conf | 2 +- src/main/g8/.scalafmt.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 010fa6d..2b5f4a1 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1 +1 @@ -version = "2.7.5" +version = "3.8.2" diff --git a/src/main/g8/.scalafmt.conf b/src/main/g8/.scalafmt.conf index 57db412..9740cfc 100644 --- a/src/main/g8/.scalafmt.conf +++ b/src/main/g8/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 2.7.5 +version = 3.8.2 maxColumn = 120 continuationIndent.defnSite = 2 newlines.alwaysBeforeTopLevelStatements = true