Skip to content

Commit

Permalink
streamline comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Pil0tXia committed Jun 3, 2024
1 parent 498f3ff commit 5008db8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion eventmesh-meta/eventmesh-meta-raft/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ plugins {
id 'com.google.protobuf' version '0.9.4'
}

def grpcVersion = '1.64.0' // CURRENT_GRPC_VERSION
def grpcVersion = '1.64.0'
def protobufVersion = '3.25.3'
def protocVersion = protobufVersion

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ repositories {
mavenCentral()
}

def grpcVersion = '1.64.0' // CURRENT_GRPC_VERSION
def grpcVersion = '1.64.0'
def protobufVersion = '3.25.3'
def protocVersion = protobufVersion

Expand Down

0 comments on commit 5008db8

Please sign in to comment.