Skip to content

Commit d008c4f

Browse files
authored
revving version
adding dot release to apply hotfix
1 parent c74f00e commit d008c4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ libraryDependencies += "org.apache.spark" %% "spark-core" % "2.4.0"
1111
libraryDependencies += "org.apache.spark" %% "spark-sql" % "2.4.0"
1212

1313
lazy val commonSettings = Seq(
14-
version := "0.1",
14+
version := "0.1.1",
1515
organization := "com.databricks",
1616
scalaVersion := "2.11.12"
1717
)

0 commit comments

Comments
 (0)