Skip to content

Commit

Permalink
chore: switch to released version of client protos
Browse files Browse the repository at this point in the history
Release-As: 0.5.0
  • Loading branch information
nand4011 committed Jan 9, 2024
1 parent 04b530a commit 621fe32
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ version = "0.1.0-SNAPSHOT"
repositories {
mavenCentral()
google()
maven("https://s01.oss.sonatype.org/content/repositories/snapshots/")
}

android {
Expand Down Expand Up @@ -64,7 +63,7 @@ kotlin {
val jvmMain by getting {
dependencies {
implementation(kotlin("stdlib-jdk8"))
implementation("software.momento.kotlin:client-protos-jvm:0.1.0-SNAPSHOT")
implementation("software.momento.kotlin:client-protos-jvm:0.100.0")
runtimeOnly("io.grpc:grpc-netty:1.57.2")
}
}
Expand All @@ -75,7 +74,7 @@ kotlin {
}
val androidMain by getting {
dependencies {
implementation("software.momento.kotlin:client-protos-android:0.1.0-SNAPSHOT")
implementation("software.momento.kotlin:client-protos-android:0.100.0")
runtimeOnly("io.grpc:grpc-okhttp:1.57.2")
}
}
Expand Down

0 comments on commit 621fe32

Please sign in to comment.