diff --git a/build.gradle b/build.gradle index 1766b19..f18f8ac 100644 --- a/build.gradle +++ b/build.gradle @@ -10,7 +10,7 @@ plugins { } -def jarVersion = "2.0.0-beta21" +def jarVersion = "2.0.1" group = 'io.nats' def isMerge = System.getenv("BUILD_EVENT") == "push" @@ -28,12 +28,12 @@ repositories { mavenCentral() maven { url "https://oss.sonatype.org/content/repositories/snapshots" - }} - + } +} dependencies { - implementation 'io.nats:jnats:2.17.1-SNAPSHOT' + implementation 'io.nats:jnats:2.17.1' implementation("com.fasterxml.jackson.core:jackson-core:2.14.2") implementation("io.netty:netty-handler:4.1.97.Final") implementation(platform("io.vertx:vertx-stack-depchain:4.4.0"))