Skip to content

Commit

Permalink
update example & README krotoDC version to 1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mscheong01 committed Feb 23, 2024
1 parent 3f26e03 commit 77dbadc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ 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("io.github.mscheong01:krotoDC-core:1.0.5")
implementation("io.github.mscheong01:krotoDC-core:1.0.7")
}
```

Expand All @@ -39,7 +39,7 @@ protobuf {
artifact = "io.grpc:protoc-gen-grpc-java:1.54.0"
}
id("krotoDC") {
artifact = "io.github.mscheong01:protoc-gen-krotoDC:1.0.5:jdk8@jar"
artifact = "io.github.mscheong01:protoc-gen-krotoDC:1.0.7:jdk8@jar"
}
}
generateProtoTasks {
Expand Down
4 changes: 2 additions & 2 deletions example/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies {
implementation("io.grpc:grpc-kotlin-stub:${rootProject.ext["grpcKotlinVersion"]}")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:${rootProject.ext["coroutinesVersion"]}")
implementation("io.grpc:grpc-protobuf:${rootProject.ext["grpcJavaVersion"]}")
implementation("io.github.mscheong01:krotoDC-core:1.0.1")
implementation("io.github.mscheong01:krotoDC-core:1.0.7")
runtimeOnly("io.grpc:grpc-netty:${rootProject.ext["grpcJavaVersion"]}")

testImplementation("javax.annotation:javax.annotation-api:1.3.2")
Expand All @@ -37,7 +37,7 @@ protobuf {
artifact = "io.grpc:protoc-gen-grpc-java:${rootProject.ext["grpcJavaVersion"]}"
}
id("krotoDC") {
artifact = "io.github.mscheong01:protoc-gen-krotoDC:1.0.1:jdk8@jar"
artifact = "io.github.mscheong01:protoc-gen-krotoDC:1.0.7:jdk8@jar"
}
}
generateProtoTasks {
Expand Down

0 comments on commit 77dbadc

Please sign in to comment.