diff options
| author | Scala Steward | 2021-03-29 20:31:40 +0200 |
|---|---|---|
| committer | GitHub | 2021-03-29 18:31:40 +0000 |
| commit | e5ef6d786445e5974cbffd5c59ef52ce699e32fb (patch) | |
| tree | 1a562c663c17e63a254549097a4ef28f54ea8257 /build.sc | |
| parent | a41af6f0a34f9e13866002f19040a40ef55ee9e5 (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.sc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |
