Skip to content

Commit

Permalink
Cross build with Scala 2.11 (#91)
Browse files Browse the repository at this point in the history
* Cross build with Scala 2.11

* Update snapshot version
  • Loading branch information
srinathshankar committed Oct 4, 2016
1 parent 0eaa4b1 commit 685c50d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions build.sbt
Expand Up @@ -7,6 +7,8 @@ organization := "com.databricks"

scalaVersion := "2.10.6"

crossScalaVersions := Seq("2.10.6", "2.11.8")

sparkPackageName := "databricks/spark-sql-perf"

// All Spark Packages need a license
Expand Down
2 changes: 1 addition & 1 deletion version.sbt
@@ -1 +1 @@
version in ThisBuild := "0.4.10-SNAPSHOT"
version in ThisBuild := "0.4.11-SNAPSHOT"

0 comments on commit 685c50d

Please sign in to comment.