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