File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -10,27 +10,27 @@ publish / skip := true
1010
1111def commonProtos =
1212 ProtosProject (
13- " com.google.api.grpc" % " proto-google-common-protos" % " 2.5.0 " ,
13+ " com.google.api.grpc" % " proto-google-common-protos" % " 2.9.6 " ,
1414 grpc = true ,
1515 protoPackage = " google" ,
16- buildNumber = 3
16+ buildNumber = 0
1717 )
1818lazy val commonProtos09 = commonProtos.scalapb09
1919lazy val commonProtos10 = commonProtos.scalapb10
2020lazy val commonProtos11 = commonProtos.scalapb11
2121
2222val cloudPubSub = ProtosProject (
23- " com.google.api.grpc" % " proto-google-cloud-pubsub-v1" % " 1.96.2 " ,
23+ " com.google.api.grpc" % " proto-google-cloud-pubsub-v1" % " 1.102.20 " ,
2424 grpc = true ,
2525 protoPackage = " google" ,
26- buildNumber = 3
26+ buildNumber = 0
2727).dependsOn(commonProtos)
2828lazy val cloudPubSub09 = cloudPubSub.scalapb09
2929lazy val cloudPubSub10 = cloudPubSub.scalapb10
3030lazy val cloudPubSub11 = cloudPubSub.scalapb11
3131
3232val pgvProto = ProtosProject (
33- " io.envoyproxy .protoc-gen-validate" % " pgv-java-stub" % " 0.6.3 " ,
33+ " build.buf .protoc-gen-validate" % " pgv-java-stub" % " 0.6.13 " ,
3434 grpc = false ,
3535 protoPackage = " validate" ,
3636 packageName = Some (" pgv-proto" ),
You can’t perform that action at this time.
0 commit comments