thanks for this great project, in which I'm very interested.
I pulled the code and tried to compile it but, even if i use sbt 0.13, I get the following error:
➜ archery git:(master) sbt clean compile
[info] Loading project definition from /Users/vallette/projects/archery/project
[info] Updating {file:/Users/vallette/projects/archery/project/}archery-build...
[info] Resolving org.fusesource.jansi#jansi;1.4 ...
[info] Done updating.
[info] Compiling 1 Scala source to /Users/vallette/projects/archery/project/target/scala-2.10/sbt-0.13/classes...
[error] /Users/vallette/projects/archery/project/build.scala:3: not found: object bintray
[error] import bintray.Plugin.bintraySettings
[error] ^
[error] /Users/vallette/projects/archery/project/build.scala:4: not found: object bintray
[error] import bintray.Keys._
[error] ^
[error] /Users/vallette/projects/archery/project/build.scala:30: not found: value bintrayOrganization
[error] bintrayOrganization in bintray := Some("meetup")
[error] ^
[error] /Users/vallette/projects/archery/project/build.scala:49: not found: value bintraySettings
[error] ) ++ bintraySettings
[error] ^
[error] four errors found
I guess you have to add the bintray module to the plugins.
Hello,
thanks for this great project, in which I'm very interested. I pulled the code and tried to compile it but, even if i use sbt 0.13, I get the following error:
I guess you have to add the bintray module to the plugins.