We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c19e0c2 commit 259a1e2Copy full SHA for 259a1e2
build.sbt
@@ -26,7 +26,7 @@ organization := "graphframes"
26
spName := "graphframes/graphframes"
27
28
// Don't forget to set the version
29
-version := s"0.6.0-adbe11-spark$sparkBranch-s_${scalaVer.split("\\.").take(2).mkString(".")}-SNAPSHOT"
+version := s"0.6.0-adbe12-spark$sparkBranch-s_${scalaVer.split("\\.").take(2).mkString(".")}-SNAPSHOT"
30
31
// All Spark Packages need a license
32
licenses := Seq("Apache-2.0" -> url("http://opensource.org/licenses/Apache-2.0"))
0 commit comments