Skip to content

Commit

Permalink
Bump up build numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
thesamet committed Jan 16, 2022
1 parent 06d787a commit 9e7c6f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def commonProtos =
"com.google.api.grpc" % "proto-google-common-protos" % "2.5.0",
grpc = true,
protoPackage = "google",
buildNumber = 2
buildNumber = 3
)
lazy val commonProtos09 = commonProtos.scalapb09
lazy val commonProtos10 = commonProtos.scalapb10
Expand All @@ -23,7 +23,7 @@ val cloudPubSub = ProtosProject(
"com.google.api.grpc" % "proto-google-cloud-pubsub-v1" % "1.96.2",
grpc = true,
protoPackage = "google",
buildNumber = 2
buildNumber = 3
).dependsOn(commonProtos)
lazy val cloudPubSub09 = cloudPubSub.scalapb09
lazy val cloudPubSub10 = cloudPubSub.scalapb10
Expand Down

0 comments on commit 9e7c6f0

Please sign in to comment.