From 972d91338f331fe86f7245085caf518c520744a5 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Sun, 26 Sep 2021 20:10:23 +0200 Subject: [PATCH] Update scalafmt-core to 3.0.5 (#310) * Update scalafmt-core to 3.0.5 * Reformat with scalafmt 3.0.5 --- .scalafmt.conf | 2 +- project/plugins.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index eb38c1a..427dde9 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = "3.0.4" +version = "3.0.5" preset = "defaultWithAlign" diff --git a/project/plugins.sbt b/project/plugins.sbt index d3706a1..783f3a2 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,3 +1,3 @@ -addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.9") +addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.9") addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.6.0") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.3")