From a1f970ab4496e419bc6805c0441922751b74eb2f Mon Sep 17 00:00:00 2001 From: fortyseven_degrees Date: Fri, 7 Jul 2023 05:11:32 +0000 Subject: [PATCH 1/2] Update sbt-tpolecat to 0.4.3 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 742371f5..420075ec 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -14,7 +14,7 @@ addSbtPlugin("com.alejandrohdezma" % "sbt-scalafmt-defaults" % 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") -addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.4.1") +addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.4.3") addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.3.7") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.0") addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.8") From b54b1a2de6af30d38f1b8d7fd88b786cf41f0380 Mon Sep 17 00:00:00 2001 From: 47erbot <47erbot@users.noreply.github.com> Date: Fri, 7 Jul 2023 05:16:46 +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 0808e558..7773fd14 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.6" +version = "3.7.4" # 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