Skip to content

Commit 3945a94

Browse files
authored
Update build.sbt
1 parent 7f81d66 commit 3945a94

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.sbt

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def commonProtos =
1313
"com.google.api.grpc" % "proto-google-common-protos" % "2.9.6",
1414
grpc = true,
1515
protoPackage = "google",
16-
buildNumber = 4
16+
buildNumber = 0
1717
)
1818
lazy val commonProtos09 = commonProtos.scalapb09
1919
lazy val commonProtos10 = commonProtos.scalapb10
@@ -23,7 +23,7 @@ val cloudPubSub = ProtosProject(
2323
"com.google.api.grpc" % "proto-google-cloud-pubsub-v1" % "1.102.20",
2424
grpc = true,
2525
protoPackage = "google",
26-
buildNumber = 4
26+
buildNumber = 0
2727
).dependsOn(commonProtos)
2828
lazy val cloudPubSub09 = cloudPubSub.scalapb09
2929
lazy val cloudPubSub10 = cloudPubSub.scalapb10
@@ -34,7 +34,7 @@ val pgvProto = ProtosProject(
3434
grpc = false,
3535
protoPackage = "validate",
3636
packageName = Some("pgv-proto"),
37-
buildNumber = 1
37+
buildNumber = 0
3838
)
3939
lazy val pgvProto09 = pgvProto.scalapb09
4040
lazy val pgvProto10 = pgvProto.scalapb10

0 commit comments

Comments
 (0)