Skip to content

Commit

Permalink
update readme & example krotodc version to 1.1.1 (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
mscheong01 authored Mar 2, 2024
1 parent 3e49bd8 commit b272199
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 @@ -22,7 +22,7 @@ dependencies {
implementation("com.google.protobuf:protobuf-java-util: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.1.0")
implementation("io.github.mscheong01:krotoDC-core:1.1.1")
}
```

Expand All @@ -40,7 +40,7 @@ protobuf {
artifact = "io.grpc:protoc-gen-grpc-java:1.61.1"
}
id("krotoDC") {
artifact = "io.github.mscheong01:protoc-gen-krotoDC:1.1.0:jdk8@jar"
artifact = "io.github.mscheong01:protoc-gen-krotoDC:1.1.1: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.1.0")
implementation("io.github.mscheong01:krotoDC-core:1.1.1")
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.1.0:jdk8@jar"
artifact = "io.github.mscheong01:protoc-gen-krotoDC:1.1.1:jdk8@jar"
}
}
generateProtoTasks {
Expand Down

0 comments on commit b272199

Please sign in to comment.