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 b73a4a2 commit ce5c970Copy full SHA for ce5c970
build.sbt
@@ -35,7 +35,7 @@ sparkComponents ++= Seq("mllib-local", "mllib", "sql")
35
36
// add any Spark Package dependencies using spDependencies.
37
// e.g. spDependencies += "databricks/spark-avro:0.1"
38
-spDependencies += s"databricks/tensorframes:0.3.0-s_${scalaMajorVersion}"
+spDependencies += s"databricks/tensorframes:0.4.0-s_${scalaMajorVersion}"
39
40
41
// These versions are ancient, but they cross-compile around scala 2.10 and 2.11.
0 commit comments