From c58e657ca58271721aac734b45528e954c3906ee Mon Sep 17 00:00:00 2001 From: fortyseven_degrees Date: Wed, 5 Jul 2023 05:08:22 +0000 Subject: [PATCH] Update scalafmt-core to 3.7.6 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 7773fd14..0808e558 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -4,7 +4,7 @@ # To edit the original configurations go to # https://github.com/alejandrohdezma/sbt-scalafmt-defaults/edit/master/.scalafmt.conf -version = "3.7.4" +version = "3.7.6" # This value is automatically set based on your current `ThisBuild / scalaVersion` setting. # `scala212source3`/`scala213source3` will be set if `scalaVersion` is set to any of those versions