What version of Scala are you using? For example, if you’re using Spark Incubating 0.9, its dependency is Scala 2.10.3. If you can update the simple.sbt to indicate 2.10.3 (as opposed 2.10) then that might do the trick.
HTH! On February 18, 2014 at 11:21:46 AM, dachuan ([email protected]) wrote: Hello, A quick question about my problem in compiling SimpleApp, sbt package reports [info] Resolving org.scala-lang#scala-library;2.10 ... [warn] module not found: org.scala-lang#scala-library;2.10 ... [warn] :::::::::::::::::::::::::::::::::::::::::::::: [warn] :: UNRESOLVED DEPENDENCIES :: [warn] :::::::::::::::::::::::::::::::::::::::::::::: [warn] :: org.scala-lang#scala-library;2.10: not found [warn] :: org.scala-lang#scala-compiler;2.10: not found [warn] :::::::::::::::::::::::::::::::::::::::::::::: sbt.ResolveException: unresolved dependency: org.scala-lang#scala-library;2.10: not found unresolved dependency: org.scala-lang#scala-compiler;2.10: not found This might be a common problem, please help me with this. thanks, dachuan.
