diff --git a/build.sbt b/build.sbt index 249fe10..2dc8316 100644 --- a/build.sbt +++ b/build.sbt @@ -12,7 +12,7 @@ sparkPackageName := "databricks/spark-sql-perf" // All Spark Packages need a license licenses := Seq("Apache-2.0" -> url("http://opensource.org/licenses/Apache-2.0")) -sparkVersion := "2.0.0-SNAPSHOT" +sparkVersion := "2.0.0" sparkComponents ++= Seq("sql", "hive", "mllib") @@ -30,9 +30,6 @@ initialCommands in console := |import sqlContext.implicits._ """.stripMargin -// TODO: remove after Spark 2.0.0 is released: -resolvers += "apache-snapshots" at "https://repository.apache.org/snapshots/" - libraryDependencies += "org.slf4j" % "slf4j-api" % "1.7.5" libraryDependencies += "com.github.scopt" %% "scopt" % "3.3.0"