Skip to content

Commit

Permalink
change deps notation
Browse files Browse the repository at this point in the history
Signed-off-by: Kosuke Morimoto <[email protected]>
  • Loading branch information
kmrmt committed Oct 15, 2024
1 parent 5498dd7 commit 6a6cf3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ repositories {
dependencies {
implementation 'io.grpc:grpc-stub:1.68.0'
implementation 'io.grpc:grpc-protobuf:1.68.0'
implementation group: 'com.google.protobuf', name: 'protobuf-java', version: '3.25.1'
implementation 'com.google.protobuf:protobuf-java:3.25.1'
implementation 'javax.annotation:javax.annotation-api:1.3.2'
implementation 'build.buf:protovalidate:0.4.2'

Expand Down

0 comments on commit 6a6cf3c

Please sign in to comment.