File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ def commonProtos =
13
13
" com.google.api.grpc" % " proto-google-common-protos" % " 2.9.6" ,
14
14
grpc = true ,
15
15
protoPackage = " google" ,
16
- buildNumber = 4
16
+ buildNumber = 0
17
17
)
18
18
lazy val commonProtos09 = commonProtos.scalapb09
19
19
lazy val commonProtos10 = commonProtos.scalapb10
@@ -23,7 +23,7 @@ val cloudPubSub = ProtosProject(
23
23
" com.google.api.grpc" % " proto-google-cloud-pubsub-v1" % " 1.102.20" ,
24
24
grpc = true ,
25
25
protoPackage = " google" ,
26
- buildNumber = 4
26
+ buildNumber = 0
27
27
).dependsOn(commonProtos)
28
28
lazy val cloudPubSub09 = cloudPubSub.scalapb09
29
29
lazy val cloudPubSub10 = cloudPubSub.scalapb10
@@ -34,7 +34,7 @@ val pgvProto = ProtosProject(
34
34
grpc = false ,
35
35
protoPackage = " validate" ,
36
36
packageName = Some (" pgv-proto" ),
37
- buildNumber = 1
37
+ buildNumber = 0
38
38
)
39
39
lazy val pgvProto09 = pgvProto.scalapb09
40
40
lazy val pgvProto10 = pgvProto.scalapb10
You can’t perform that action at this time.
0 commit comments