You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 usinggit 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
The text was updated successfully, but these errors were encountered: