From 022e89216571a0c1a03939643961dcd0c2c135f2 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Mon, 21 Oct 2019 23:25:35 +0200 Subject: [PATCH] Update scalafmt-core to 2.2.1 (#65) --- .scalafmt.conf | 2 +- plugin/src/sbt-test/scalafmt-sbt/sbt/.scalafmt.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index e3a1d57..1ee0a84 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 2.1.1 +version = 2.2.1 project.git = true project.excludeFilters = [ plugin/src/sbt-test diff --git a/plugin/src/sbt-test/scalafmt-sbt/sbt/.scalafmt.conf b/plugin/src/sbt-test/scalafmt-sbt/sbt/.scalafmt.conf index a8c1807..b631a06 100644 --- a/plugin/src/sbt-test/scalafmt-sbt/sbt/.scalafmt.conf +++ b/plugin/src/sbt-test/scalafmt-sbt/sbt/.scalafmt.conf @@ -1,2 +1,2 @@ -version = 2.1.1 +version = 2.2.1 style = IntelliJ