Skip to content

Commit

Permalink
doc: updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
ngyewch committed Jul 24, 2024
1 parent fa11784 commit 92ffff4
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,21 +26,22 @@ plugins {
}
dependencies {
implementation(platform("io.github.ngyewch.twirp:twirp-bom:0.2.0"))
// Protobuf
implementation(platform("com.google.protobuf:protobuf-bom:4.27.2"))
implementation("com.google.protobuf:protobuf-java")
implementation("com.google.protobuf:protobuf-java-util")
// Helidon
implementation(platform("io.helidon:helidon-bom:2.6.7"))
implementation("io.github.ngyewch.twirp:twirp-helidon-common")
// Helidon client
implementation("io.github.ngyewch.twirp:twirp-helidon-client")
implementation("io.helidon.webclient:helidon-webclient")
// Helidon server
implementation("io.github.ngyewch.twirp:twirp-helidon-server")
implementation("io.helidon.common:helidon-common-http")
implementation("io.helidon.common:helidon-common-reactive")
implementation("io.helidon.media:helidon-media-common")
implementation("io.helidon.webserver:helidon-webserver")
// ...
Expand All @@ -49,7 +50,7 @@ dependencies {
protobuf {
plugins {
id("twirp-java") {
artifact = "io.github.ngyewch:protoc-gen-twirp-java:0.1.1"
artifact = "io.github.ngyewch.twirp:protoc-gen-twirp-java:0.2.0"
}
}
protoc {
Expand Down

0 comments on commit 92ffff4

Please sign in to comment.