Skip to content

Commit

Permalink
Set buildnumber to 0 for pgv
Browse files Browse the repository at this point in the history
  • Loading branch information
thesamet committed Jul 17, 2021
1 parent c9a3110 commit 738bed0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ val pgvProto = ProtosProject(
grpc = false,
protoPackage = "validate",
packageName = Some("pgv-proto"),
buildNumber = 6
buildNumber = 0
)
lazy val pgvProto09 = pgvProto.scalapb09
lazy val pgvProto10 = pgvProto.scalapb10
Expand Down

0 comments on commit 738bed0

Please sign in to comment.