-
Notifications
You must be signed in to change notification settings - Fork 18
Can't deploy to Heroku #10
Description
I have cloned the repo and follow the instructions (then I also add a system.properties file to use jdk 1.7), but I always end up getting an error when deploying using git push heroku master.
Here is the error:
[warn] :::::::::::::::::::::::::::::::::::::::::::::: remote: [warn] :: UNRESOLVED DEPENDENCIES :: remote: [warn] :::::::::::::::::::::::::::::::::::::::::::::: remote: [warn] :: com.eed3si9n#sbt-assembly;0.8.7: not found remote: [warn] :::::::::::::::::::::::::::::::::::::::::::::: remote: [warn] remote: [warn] Note: Some unresolved dependencies have extra attributes. Check that these dependencies exist with the requested attributes. remote: [warn] com.eed3si9n:sbt-assembly:0.8.7 (sbtVersion=0.11.3, scalaVersion=2.9.1) remote: [warn] remote: [error] {file:/tmp/scala_buildpack_build_dir/project/plugins/}default-e1a97d/*:update: sbt.ResolveException: unresolved dependency: com.eed3si9n#sbt-assembly;0.8.7: not found