Skip to content

Commit

Permalink
Update sbt-microsites and remove explicit Tut dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
travisbrown committed Oct 23, 2016
1 parent eda475f commit a139801
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,4 @@ addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "0.8.5")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.13")
addSbtPlugin("com.github.tkawachi" % "sbt-doctest" % "0.4.1")
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "1.1")
// Tut is transitively pulled in by sbt-microsites, but as of 0.2.6 that
// currently results in the wrong version (0.4.4 instead of 0.4.5).
addSbtPlugin("org.tpolecat" % "tut-plugin" % "0.4.5")
addSbtPlugin("com.fortysevendeg" % "sbt-microsites" % "0.2.6")
addSbtPlugin("com.fortysevendeg" % "sbt-microsites" % "0.2.7")

0 comments on commit a139801

Please sign in to comment.