Is it possible to write a build.sbt for Play 2.2+ that dependsOn a GitHub project? The dependency is a library, not a Play module, and it is a private BitBucket repo so it needs authentication. The resulting project is pushed up to Heroku for deployment.
How can sbt pull dependency artifacts from git? doesn't show the build.sbt syntax and doesn't address the authentication issue.