diff options
| author | Scala Steward | 2021-11-20 09:12:43 +0100 |
|---|---|---|
| committer | GitHub | 2021-11-20 08:12:43 +0000 |
| commit | 788446c87885e65f8f577f455d569accb8c84ec2 (patch) | |
| tree | 64c6ef7e4c4e0313d324426321b878a7be729f68 /project/plugins.sbt | |
| parent | 4af6cf62e611f7752d9fbdd275aaa380415fa29b (diff) | |
Update sbt-protobuf to 0.7.1 (#2378)
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Diffstat (limited to 'project/plugins.sbt')
| -rw-r--r-- | project/plugins.sbt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/project/plugins.sbt b/project/plugins.sbt index 9bd4359a..84ddd042 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -18,7 +18,7 @@ addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "1.1.0") addSbtPlugin("com.simplytyped" % "sbt-antlr4" % "0.8.2") -addSbtPlugin("com.github.sbt" % "sbt-protobuf" % "0.7.0") +addSbtPlugin("com.github.sbt" % "sbt-protobuf" % "0.7.1") addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.32") |
