diff options
| author | Scala Steward | 2022-04-20 07:45:48 +0200 |
|---|---|---|
| committer | GitHub | 2022-04-20 05:45:48 +0000 |
| commit | 55afb234f581b0b5edd1d764a3ed36d500d0558d (patch) | |
| tree | d4c7402e3737330aaaa39f5572bc3ac75a3bf2f2 | |
| parent | d61abaf295cbb8eb630e4894d2e8a739e6e6276d (diff) | |
Update sbt-assembly to 1.2.0 (#2494)
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
| -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 5720c049..a5b1ad41 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -14,7 +14,7 @@ addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.5.0") addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.9.3") -addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "1.1.1") +addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "1.2.0") addSbtPlugin("com.simplytyped" % "sbt-antlr4" % "0.8.2") |
