Skip to content

Instantly share code, notes, and snippets.

@gth158a
Created May 12, 2017 22:11
Show Gist options
  • Save gth158a/321ea1a1f5ca82c334e08fe81c67ab5c to your computer and use it in GitHub Desktop.
Save gth158a/321ea1a1f5ca82c334e08fe81c67ab5c to your computer and use it in GitHub Desktop.
Error:Error while importing SBT project:<br/>...<br/><pre>[warn] Note: Unresolved dependencies path:
[warn] org.scala-lang:scala-library:2.11 ((sbt.Classpaths) Defaults.scala#L1259)
[warn] +- default:llr_2.11:1.0
[warn] org.apache.spark:spark-core:2.1.0 (/Users/jaimealmeida/Repos/Like2Vec/llr/build.sbt#L13-15)
[warn] +- default:llr_2.11:1.0
[warn] com.eed3si9n:sbt-assembly:0.14.1 (scalaVersion=2.11, sbtVersion=0.13) (/Users/jaimealmeida/Repos/Like2Vec/llr/plugins.sbt#L5-6)
[warn] +- default:llr_2.11:1.0
[warn] org.scala-lang:scala-compiler:2.11
[warn] +- default:llr_2.11:1.0
[trace] Stack trace suppressed: run 'last *:ssExtractProject' for the full output.
[trace] Stack trace suppressed: run 'last *:update' for the full output.
[error] (*:ssExtractProject) sbt.ResolveException: unresolved dependency: org.scala-lang#scala-library;2.11: not found
[error] unresolved dependency: org.apache.spark#spark-core;2.1.0: not found
[error] unresolved dependency: com.eed3si9n#sbt-assembly;0.14.1: not found
[error] unresolved dependency: org.scala-lang#scala-compiler;2.11: not found
[error] (*:update) sbt.ResolveException: unresolved dependency: org.scala-lang#scala-library;2.11: not found
[error] unresolved dependency: org.apache.spark#spark-core;2.1.0: not found
[error] unresolved dependency: com.eed3si9n#sbt-assembly;0.14.1: not found
[error] unresolved dependency: org.scala-lang#scala-compiler;2.11: not found
[error] Total time: 7 s, completed May 12, 2017 3:05:55 PM</pre><br/>See complete log in <a href="file:/Users/jaimealmeida/Library/Logs/IdeaIC2017.1/sbt.last.log">file:/Users/jaimealmeida/Library/Logs/IdeaIC2017.1/sbt.last.log</a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment