Skip to content

Commit ce5c970

Browse files
authored
use tensorframes v0.4.0 (#138)
1 parent b73a4a2 commit ce5c970

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
@@ -35,7 +35,7 @@ sparkComponents ++= Seq("mllib-local", "mllib", "sql")
3535

3636
// add any Spark Package dependencies using spDependencies.
3737
// e.g. spDependencies += "databricks/spark-avro:0.1"
38-
spDependencies += s"databricks/tensorframes:0.3.0-s_${scalaMajorVersion}"
38+
spDependencies += s"databricks/tensorframes:0.4.0-s_${scalaMajorVersion}"
3939

4040

4141
// These versions are ancient, but they cross-compile around scala 2.10 and 2.11.

0 commit comments

Comments
 (0)