Skip to content

Commit

Permalink
update readme dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mscheong01 committed Mar 1, 2024
1 parent 63ea5f9 commit b1ee8be
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ In your project's `build.gradle.kts` file, add the following dependencies:

```kotlin
dependencies {
implementation("com.google.protobuf:protobuf-java:3.22.2")
implementation("io.grpc:grpc-stub:1.54.0")
implementation("io.grpc:grpc-kotlin-stub:1.3.0")
implementation("com.google.protobuf:protobuf-java:3.25.3")
implementation("io.grpc:grpc-stub:1.61.1")
implementation("io.grpc:grpc-kotlin-stub:1.4.1")
implementation("io.github.mscheong01:krotoDC-core:1.0.7")
}
```
Expand All @@ -32,11 +32,11 @@ dependencies {
```kotlin
protobuf {
protoc {
artifact = "com.google.protobuf:protoc:3.22.0"
artifact = "com.google.protobuf:protoc:3.25.3"
}
plugins {
id("grpc") {
artifact = "io.grpc:protoc-gen-grpc-java:1.54.0"
artifact = "io.grpc:protoc-gen-grpc-java:1.61.1"
}
id("krotoDC") {
artifact = "io.github.mscheong01:protoc-gen-krotoDC:1.0.7:jdk8@jar"
Expand Down

0 comments on commit b1ee8be

Please sign in to comment.