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 ac98e9b commit 41788c8Copy full SHA for 41788c8
build.sbt
@@ -1,6 +1,6 @@
1
name := "ksql-jdbc-driver"
2
3
-version := "1.0-SNAPSHOT"
+version := "1.0"
4
5
initialize := {
6
assert(Integer.parseInt(sys.props("java.specification.version").split("\\.")(1)) >= 8, "Java 8 or above required")
0 commit comments