We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27665ce commit 0055a1bCopy full SHA for 0055a1b
build.sbt
@@ -19,7 +19,7 @@ scalaVersion := scalaVer
19
spName := "databricks/spark-deep-learning"
20
21
// Don't forget to set the version
22
-version := s"0.2.0-spark$sparkBranch"
+version := s"0.3.0-spark$sparkBranch"
23
24
// All Spark Packages need a license
25
licenses := Seq("Apache-2.0" -> url("http://opensource.org/licenses/Apache-2.0"))
0 commit comments