From f7ac966238f12b5221f1401e31dc0842ea12d19a Mon Sep 17 00:00:00 2001 From: godenji Date: Sat, 29 Jun 2019 08:16:39 -0400 Subject: [PATCH 1/2] upgrade to sbt-scalariform 1.8.2 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index d0ca6de..c9c0a4b 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("org.scalariform" % "sbt-scalariform" % "1.8.1") +addSbtPlugin("org.scalariform" % "sbt-scalariform" % "1.8.2") addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.2") addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.9.0") addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "2.0") From 0a95ef04a6e820eb4fd883912ba171f36d08ad64 Mon Sep 17 00:00:00 2001 From: godenji Date: Sat, 29 Jun 2019 08:29:50 -0400 Subject: [PATCH 2/2] 1.8.3 release --- README.md | 2 +- build.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 154ee40..bca3a0a 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Installing -------------------------- ``` -addSbtPlugin("org.scalariform" % "sbt-scalariform" % "1.8.2") +addSbtPlugin("org.scalariform" % "sbt-scalariform" % "1.8.3") ``` Configuration (build.sbt) diff --git a/build.sbt b/build.sbt index 0fefce7..15dac2a 100644 --- a/build.sbt +++ b/build.sbt @@ -4,7 +4,7 @@ val sbtScalariform = Project(projectName, file(".")) organization := "org.scalariform" name := projectName sonatypeProfileName := organization.value -version in ThisBuild := "1.8.2" +version in ThisBuild := "1.8.3" licenses := Seq(("Apache-2.0", url("https://www.apache.org/licenses/LICENSE-2.0"))) homepage := scmInfo.value map (_.browseUrl)