From e2a4b5a596067505b7c547caa64a14193c0b53e3 Mon Sep 17 00:00:00 2001 From: xerial-bot Date: Mon, 6 Mar 2023 12:55:26 -0800 Subject: [PATCH] Update scalafmt-core to 3.7.2 (#399) * Update scalafmt-core to 3.7.2 * Reformat with scalafmt 3.7.2 Executed command: scalafmt --non-interactive * Add 'Reformat with scalafmt 3.7.2' to .git-blame-ignore-revs --- .git-blame-ignore-revs | 2 ++ .scalafmt.conf | 2 +- project/plugins.sbt | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 .git-blame-ignore-revs diff --git a/.git-blame-ignore-revs b/.git-blame-ignore-revs new file mode 100644 index 0000000..fcb76e2 --- /dev/null +++ b/.git-blame-ignore-revs @@ -0,0 +1,2 @@ +# Scala Steward: Reformat with scalafmt 3.7.2 +2b37d1ce0bbed3d8d03a66292e7d90dcde805624 diff --git a/.scalafmt.conf b/.scalafmt.conf index be60951..0ef47ff 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 3.7.1 +version = 3.7.2 runner.dialect = scala213source3 maxColumn = 180 style = defaultWithAlign diff --git a/project/plugins.sbt b/project/plugins.sbt index 054f2a3..b9d611e 100755 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -2,4 +2,4 @@ addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.17") addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1") addSbtPlugin("com.typesafe.sbt" % "sbt-osgi" % "0.9.6") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.0") -addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.1.1") +addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.1.1")