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 3eeef00 commit 5a193bdCopy full SHA for 5a193bd
build.sbt
@@ -5,7 +5,7 @@ val sparkVersion = settingKey[String]("Spark version")
5
val scalaTestVersion = settingKey[String]("ScalaTest version")
6
7
name := "spark-cef-reader"
8
-version := "0.6-SNAPSHOT"
+version := "0.6"
9
organization := "com.elastacloud"
10
description := "CEF data source for Spark"
11
homepage := Some(url("https://github.com/elastacloud/spark-cef-reader"))
0 commit comments