This is an SBT build file which I have written
name := "HelloSpark"
version := "1.0"
scalaVersion := "2.12.2"
libraryDependencies += "org.apache.spark" % "spark-core_2.11" % "2.1.1"
when I run sbt package
I get error message
[error] (*:update) sbt.ResolveException: unresolved dependency: org.apache.spark#spark-core_2.11;2.1.1: not found
[error] Total time: 2 s, completed Oct 29, 2017 1:01:13 AM