Skip to content

Commit

Permalink
Update gRPC version in gradle PekkoGrpcPlugin as well
Browse files Browse the repository at this point in the history
  • Loading branch information
raboof authored and pjfanning committed Apr 6, 2024
1 parent a630880 commit fe5858f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class PekkoGrpcPluginExtension {

static final String PROTOC_PLUGIN_SCALA_VERSION = "2.12"

static final String GRPC_VERSION = "1.62.2" // checked synced by VersionSyncCheckPlugin
static final String GRPC_VERSION = "1.63.0" // checked synced by 'sbt grpcVersionSyncCheck'

static final String PLUGIN_CODE = 'org.apache.pekko.grpc.gradle'

Expand Down

0 comments on commit fe5858f

Please sign in to comment.