Skip to content

Commit

Permalink
Update version numbers in docs, add pgv
Browse files Browse the repository at this point in the history
For #1122
  • Loading branch information
thesamet committed Sep 1, 2021
1 parent 791e0c6 commit b2f50d3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/src/main/scala/scalapb/docs/CommonProtos.scala
Expand Up @@ -25,8 +25,9 @@ object CommonProtos {

def table: String = {
Seq(
("proto-google-common-protos", "1.17.0-0"),
("proto-google-cloud-pubsub-v1", "1.85.1-0")
("proto-google-common-protos", "2.5.0-0"),
("proto-google-cloud-pubsub-v1", "1.96.2-1"),
("pgv-proto", "0.6.1-0")
).map((row _).tupled).mkString(header, "", "footer")
}

Expand Down

0 comments on commit b2f50d3

Please sign in to comment.