We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c74f00e commit d008c4fCopy full SHA for d008c4f
build.sbt
@@ -11,7 +11,7 @@ libraryDependencies += "org.apache.spark" %% "spark-core" % "2.4.0"
11
libraryDependencies += "org.apache.spark" %% "spark-sql" % "2.4.0"
12
13
lazy val commonSettings = Seq(
14
- version := "0.1",
+ version := "0.1.1",
15
organization := "com.databricks",
16
scalaVersion := "2.11.12"
17
)
0 commit comments