Skip to content

Commit

Permalink
Build of 2.0.1 with the fix the feat-no-union fix from tresata (datab…
Browse files Browse the repository at this point in the history
…ricks#95) and Spark 1.6.0
  • Loading branch information
georgepetrov committed Feb 18, 2016
1 parent 437b3f6 commit 46a83a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ crossScalaVersions := Seq("2.10.5", "2.11.7")

spName := "databricks/spark-avro"

sparkVersion := "1.4.1"
sparkVersion := "1.6.0"

val testSparkVersion = settingKey[String]("The version of Spark to test against.")

Expand All @@ -18,8 +18,6 @@ val testHadoopVersion = settingKey[String]("The version of Hadoop to test agains

testHadoopVersion := sys.props.getOrElse("hadoop.testVersion", "2.2.0")

resolvers += "Spark 1.5.0 RC2 Staging" at "https://repository.apache.org/content/repositories/orgapachespark-1141"

spAppendScalaVersion := true

spIncludeMaven := true
Expand Down
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version in ThisBuild := "2.0.2-SNAPSHOT"
version in ThisBuild := "2.0.1-feat"

0 comments on commit 46a83a1

Please sign in to comment.