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

Commit

Permalink
Update scalstyle-sbt-plugin from 0.7.0 to 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
calippo committed Nov 9, 2016
1 parent bf14af4 commit 6810956
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -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 6810956

Please sign in to comment.