Skip to content
This repository has been archived by the owner on May 28, 2019. It is now read-only.

Commit

Permalink
Merge pull request #4 from buildo/sbt_buildo-3-update_scalastylesbtpl…
Browse files Browse the repository at this point in the history
…ugin_to_080

#3: update scalastyle-sbt-plugin to 0.8.0 (closes #3)
  • Loading branch information
gabro committed Nov 9, 2016
2 parents bf14af4 + 0a0dc49 commit 6d48118
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
@@ -1,6 +1,6 @@
lazy val commonSettings = Seq(
organization := "io.buildo",
version := "0.1.4"
version := "0.1.5"
)

lazy val root = (project in file(".")).
Expand All @@ -12,7 +12,7 @@ lazy val root = (project in file(".")).
addSbtPlugin("me.lessis" % "bintray-sbt" % "0.3.0"),
addSbtPlugin("io.spray" % "sbt-revolver" % "0.8.0"),
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.3"),
addSbtPlugin("org.scalastyle" % "scalastyle-sbt-plugin" % "0.7.0"),
addSbtPlugin("org.scalastyle" % "scalastyle-sbt-plugin" % "0.8.0"),
licenses := Seq("MIT" -> url("https://github.com/buildo/sbt-buildo/blob/master/LICENSE")),
scmInfo := Some(ScmInfo(url("https://github.com/buildo/sbt-buildo"), "git@github.com:buildo/sbt-buildo.git")),
bintrayOrganization := Some("buildo"),
Expand Down

0 comments on commit 6d48118

Please sign in to comment.