Skip to content

Commit

Permalink
Merge pull request #12 from n4to4/update-sbt-plugins
Browse files Browse the repository at this point in the history
Update sbt plugins
  • Loading branch information
travisbrown authored Jan 10, 2017
2 parents 00a6e91 + 75bb658 commit 9a6175d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.0.1")
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.1.13")
addSbtPlugin("com.typesafe.sbt" % "sbt-ghpages" % "0.5.4")
addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "0.8.5")
addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.2.0-RC1")
addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.2.0")
addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "0.8.0")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.5.0")
addSbtPlugin("com.dwijnand" % "sbt-travisci" % "1.0.0-M4")
addSbtPlugin("com.dwijnand" % "sbt-travisci" % "1.0.0")
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.2.20")

0 comments on commit 9a6175d

Please sign in to comment.