diff options
| author | Scala Steward | 2021-04-28 21:06:47 +0200 |
|---|---|---|
| committer | GitHub | 2021-04-28 19:06:47 +0000 |
| commit | 8eb92a72b7e08cb547ee32f143e64664f88b5a7f (patch) | |
| tree | 253a77413a874890b39b17a8cc5b1519dbcd33e2 /project | |
| parent | 8c3557bae70f78e761cbfef2c5554773686a5642 (diff) | |
Update sbt-protobuf to 0.7.0 (#2134)
Co-authored-by: Jiuyang Liu <liu@jiuyang.me>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Diffstat (limited to 'project')
| -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 5b6beedf..53996b69 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -16,7 +16,7 @@ addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.10") addSbtPlugin("com.simplytyped" % "sbt-antlr4" % "0.8.2") -addSbtPlugin("com.github.gseitz" % "sbt-protobuf" % "0.6.5") +addSbtPlugin("com.github.sbt" % "sbt-protobuf" % "0.7.0") addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.27") |
