Skip to content

Commit

Permalink
Using spark 1.3.0-snapshot and setting version to 0.2-snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
falaki committed Feb 9, 2015
1 parent 01d4252 commit 071d2ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name := "spark-csv"

version := "0.1.1"
version := "0.2-SNAPSHOT"

organization := "com.databricks"

scalaVersion := "2.10.4"

libraryDependencies += "org.apache.spark" %% "spark-sql" % "1.2.0" % "provided"
libraryDependencies += "org.apache.spark" %% "spark-sql" % "1.3.0-SNAPSHOT" % "provided"

libraryDependencies += "org.apache.commons" % "commons-csv" % "1.1"

Expand Down

0 comments on commit 071d2ef

Please sign in to comment.