Skip to content

Commit

Permalink
Merge pull request #77 from godenji/1.8.2
Browse files Browse the repository at this point in the history
1.8.2 release
  • Loading branch information
godenji authored Oct 28, 2017
2 parents b37003c + 728f333 commit b33f32b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Installing
--------------------------

```
addSbtPlugin("org.scalariform" % "sbt-scalariform" % "1.8.1")
addSbtPlugin("org.scalariform" % "sbt-scalariform" % "1.8.2")
```

Configuration (build.sbt)
Expand Down
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ val sbtScalariform = Project(projectName, file("."))
organization := "org.scalariform"
name := projectName
sonatypeProfileName := organization.value
version in ThisBuild := "1.8.1"
version in ThisBuild := "1.8.2"

licenses := Seq(("Apache-2.0", url("https://www.apache.org/licenses/LICENSE-2.0")))
homepage := scmInfo.value map (_.browseUrl)
Expand All @@ -24,7 +24,7 @@ version in ThisBuild := "1.8.1"
)
)

crossSbtVersions := Vector("0.13.16", "1.0.2")
crossSbtVersions := Vector("0.13.16", "1.0.3")

scalacOptions ++= List(
"-unchecked",
Expand All @@ -34,7 +34,7 @@ scalacOptions ++= List(
"-encoding", "UTF-8"
) ++ (if (scalaVersion.value startsWith "2.10.") List("-target:jvm-1.6") else List.empty)

libraryDependencies += "org.scalariform" %% "scalariform" % "0.2.3"
libraryDependencies += "org.scalariform" %% "scalariform" % "0.2.5"

com.typesafe.sbt.SbtScalariform.ScalariformKeys.preferences := {
import scalariform.formatter.preferences._
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.0.2
sbt.version=1.0.3
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
addSbtPlugin("org.scalariform" % "sbt-scalariform" % "1.8.0")
addSbtPlugin("org.scalariform" % "sbt-scalariform" % "1.8.1")
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.0")
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.7.0")
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "2.0")

0 comments on commit b33f32b

Please sign in to comment.