From 0a95ef04a6e820eb4fd883912ba171f36d08ad64 Mon Sep 17 00:00:00 2001 From: godenji Date: Sat, 29 Jun 2019 08:29:50 -0400 Subject: [PATCH] 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)