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 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")