Skip to content

Commit 588a7fd

Browse files
committed
[RELEASE] - 0.6.0-adbe12 spark2.3.0
1 parent c42166b commit 588a7fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ organization := "graphframes"
2727
spName := "graphframes/graphframes"
2828

2929
// Don't forget to set the version
30-
version := s"0.6.0-adbe12-spark$sparkBranch-s_${scalaVer.split("\\.").take(2).mkString(".")}-SNAPSHOT"
30+
version := s"0.6.0-adbe12-spark$sparkBranch-s_${scalaVer.split("\\.").take(2).mkString(".")}"
3131

3232
// All Spark Packages need a license
3333
licenses := Seq("Apache-2.0" -> url("http://opensource.org/licenses/Apache-2.0"))

0 commit comments

Comments
 (0)