Skip to content

Commit

Permalink
=pro update sbt-unidoc to 0.3.3
Browse files Browse the repository at this point in the history
This update solves our blocker issue about compile not being triggered properly before genjavadoc kicks in.
  • Loading branch information
ktoso committed May 20, 2015
1 parent e16ea0b commit 087dbb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.0.0")

addSbtPlugin("com.typesafe.sbt" % "sbt-s3" % "0.5")

addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.3.1")
addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.3.3")

addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "0.6.2")

Expand Down

0 comments on commit 087dbb5

Please sign in to comment.