tristanjuricek / knockoff

A Markdown parser + object model in scala
http://tristanjuricek.github.com/knockoff
BSD 3-Clause "New" or "Revised" License
102 stars 17 forks source link

Add missing plugins.sbt #46

Open takahisa opened 9 years ago

takahisa commented 9 years ago

I am getting exceptions while building knochoff with sbt.

/home/docker/workspace/knockoff/build.sbt:29: error: not found: value useGpg
useGpg := true
^
[error] Type error in expression

probably, sbt-pgp plugin was missing.