Skip to content

Commit

Permalink
Merge branch 'main' into context-on-the-fly
Browse files Browse the repository at this point in the history
  • Loading branch information
scottf committed Jan 23, 2024
2 parents 932d0b2 + 907f0b7 commit a601282
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"))
Expand Down

0 comments on commit a601282

Please sign in to comment.