aboutsummaryrefslogtreecommitdiff
path: root/build.sc
diff options
context:
space:
mode:
authorScala Steward2021-03-29 20:31:40 +0200
committerGitHub2021-03-29 18:31:40 +0000
commite5ef6d786445e5974cbffd5c59ef52ce699e32fb (patch)
tree1a562c663c17e63a254549097a4ef28f54ea8257 /build.sc
parenta41af6f0a34f9e13866002f19040a40ef55ee9e5 (diff)
Update protobuf-java to 3.15.6 (#2136)
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Diffstat (limited to 'build.sc')
-rw-r--r--build.sc2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sc b/build.sc
index 8ae16e39..416774d0 100644
--- a/build.sc
+++ b/build.sc
@@ -113,7 +113,7 @@ class firrtlCrossModule(val crossScalaVersion: String) extends CrossSbtModule wi
}
/* protoc */
- def protocVersion = "3.5.1"
+ def protocVersion = "3.15.6"
def protobufSource = T.source {
millSourcePath / "src" / "main" / "proto" / "firrtl.proto"