Skip to content

Commit 5cd325f

Browse files
committed
Release version 1.1
1 parent 7c95c62 commit 5cd325f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name := "ksql-jdbc-driver"
22

3-
version := "1.1-SNAPSHOT"
3+
version := "1.1"
44

55
initialize := {
66
assert(Integer.parseInt(sys.props("java.specification.version").split("\\.")(1)) >= 8, "Java 8 or above required")
@@ -16,7 +16,7 @@ libraryDependencies += "io.confluent.ksql" % "ksql-rest-app" % "5.3.0"
1616
libraryDependencies += "org.apache.kafka" %% "kafka" % "2.3.0" % "test"
1717
libraryDependencies += "org.scalatest" %% "scalatest" % "3.0.8" % "test"
1818
libraryDependencies += "org.scalamock" %% "scalamock-scalatest-support" % "3.6.0" % "test"
19-
libraryDependencies += "javax.ws.rs" % "javax.ws.rs-api" % "2.1.1" artifacts (Artifact("javax.ws.rs-api", "jar", "jar"))
19+
libraryDependencies += "javax.ws.rs" % "javax.ws.rs-api" % "2.1.1" artifacts Artifact("javax.ws.rs-api", "jar", "jar")
2020

2121
assemblyMergeStrategy in assembly := {
2222
case PathList("javax", "inject", xs@_*) => MergeStrategy.first

0 commit comments

Comments
 (0)