From c64304457c9b0e47e4bf314497fbca94e0c8f4f2 Mon Sep 17 00:00:00 2001 From: fortyseven_degrees Date: Mon, 12 Aug 2024 05:12:45 +0000 Subject: [PATCH 1/2] Update sbt-scalafmt-defaults to 0.9.1 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 6147e20d..0c99d775 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -10,7 +10,7 @@ addSbtPlugin("com.alejandrohdezma" % "sbt-github-header" % addSbtPlugin("com.alejandrohdezma" % "sbt-github-mdoc" % "0.11.13") addSbtPlugin("com.alejandrohdezma" % "sbt-mdoc-toc" % "0.4.1") addSbtPlugin("com.alejandrohdezma" % "sbt-remove-test-from-pom" % "0.1.0") -addSbtPlugin("com.alejandrohdezma" % "sbt-scalafmt-defaults" % "0.9.0") +addSbtPlugin("com.alejandrohdezma" % "sbt-scalafmt-defaults" % "0.9.1") addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12") addSbtPlugin("com.thoughtworks.sbt-api-mappings" % "sbt-api-mappings" % "3.0.2") addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0") From c2f328b6fef62387fce0a8203e3f921ed6b12221 Mon Sep 17 00:00:00 2001 From: 47erbot <47erbot@users.noreply.github.com> Date: Mon, 12 Aug 2024 05:15:40 +0000 Subject: [PATCH 2/2] Run formatter/linter --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 7773fd14..0d0413a6 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.8.3" # 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