Skip to content

Commit

Permalink
Merge pull request #172 from 11Dimensions/commons-dep-update
Browse files Browse the repository at this point in the history
Update dependency versions of commons
  • Loading branch information
thesamet authored Oct 13, 2022
2 parents 47b22ac + 3945a94 commit e4e0254
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -10,27 +10,27 @@ publish / skip := true

def commonProtos =
ProtosProject(
"com.google.api.grpc" % "proto-google-common-protos" % "2.5.0",
"com.google.api.grpc" % "proto-google-common-protos" % "2.9.6",
grpc = true,
protoPackage = "google",
buildNumber = 3
buildNumber = 0
)
lazy val commonProtos09 = commonProtos.scalapb09
lazy val commonProtos10 = commonProtos.scalapb10
lazy val commonProtos11 = commonProtos.scalapb11

val cloudPubSub = ProtosProject(
"com.google.api.grpc" % "proto-google-cloud-pubsub-v1" % "1.96.2",
"com.google.api.grpc" % "proto-google-cloud-pubsub-v1" % "1.102.20",
grpc = true,
protoPackage = "google",
buildNumber = 3
buildNumber = 0
).dependsOn(commonProtos)
lazy val cloudPubSub09 = cloudPubSub.scalapb09
lazy val cloudPubSub10 = cloudPubSub.scalapb10
lazy val cloudPubSub11 = cloudPubSub.scalapb11

val pgvProto = ProtosProject(
"io.envoyproxy.protoc-gen-validate" % "pgv-java-stub" % "0.6.3",
"build.buf.protoc-gen-validate" % "pgv-java-stub" % "0.6.13",
grpc = false,
protoPackage = "validate",
packageName = Some("pgv-proto"),
Expand Down

0 comments on commit e4e0254

Please sign in to comment.