Skip to content

Commit

Permalink
chore: rsproto version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
y9vad9 committed Feb 23, 2024
1 parent 839aa7d commit aa57d91
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ grpc-netty = "1.55.1"
grpc-services = "1.55.1"
koin = "3.4.0"
rsocket = "0.15.4"
rsproto = "0.5.2"
rsproto = "0.6.3"
ksp = "1.9.21-1.0.16"
koin-annotations = "1.3.0"

Expand Down Expand Up @@ -84,9 +84,9 @@ vanniktech-maven-publish = { module = "com.vanniktech.maven.publish:com.vannikte

kotlin-plugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }

timemates-rsproto-server = { module = "io.timemates.rsproto:server-core", version.ref = "rsproto" }
timemates-rsproto-client = { module = "io.timemates.rsproto:client-core", version.ref = "rsproto" }
timemates-rsproto-common = { module = "io.timemates.rsproto:common-core", version.ref = "rsproto" }
timemates-rsproto-server = { module = "org.timemates.rsproto:server-core", version.ref = "rsproto" }
timemates-rsproto-client = { module = "org.timemates.rsproto:client-core", version.ref = "rsproto" }
timemates-rsproto-common = { module = "org.timemates.rsproto:common-core", version.ref = "rsproto" }

[plugins]
kotlinx-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }
Expand All @@ -96,5 +96,5 @@ cashapp-sqldelight = { id = "app.cash.sqldelight", version.ref = "sqldelight" }
shadow-jar = { id = "com.github.johnrengelman.shadow", version.require = "8.1.1" }
jvm-module-convention = { id = "jvm-module-convention", version.require = "SNAPSHOT" }
conventions-multiplatform-library = { id = "multiplatform-library-convention", version.require = "SNAPSHOT" }
timemates-rsproto = { id = "io.timemates.rsproto", version.ref = "rsproto" }
timemates-rsproto = { id = "org.timemates.rsproto", version.ref = "rsproto" }
ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" }
4 changes: 2 additions & 2 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencyResolutionManagement {
mavenCentral()
maven("https://jitpack.io")
maven("https://maven.y9vad9.com")
maven("https://maven.timemates.io")
maven("https://maven.timemates.org")
}
}

Expand All @@ -17,7 +17,7 @@ pluginManagement {
mavenCentral()
google()
maven("https://maven.y9vad9.com")
maven("https://maven.timemates.io")
maven("https://maven.timemates.org")
}
}

Expand Down

0 comments on commit aa57d91

Please sign in to comment.