diff options
| author | Scala Steward | 2022-03-14 19:27:58 +0100 |
|---|---|---|
| committer | GitHub | 2022-03-14 18:27:58 +0000 |
| commit | b700928e44b2031c7546db373f9ce70ad690b463 (patch) | |
| tree | d8591a91f3e1fe968fd49caa0658daa8daea6ca0 /project | |
| parent | 3c545d00b68c36d81bc9b39ee26b6a9d7ebbeee4 (diff) | |
Update sbt-assembly to 1.1.1 (#2482)
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 3f60b91d..f024ae95 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.2") -addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "1.1.0") +addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "1.1.1") addSbtPlugin("com.simplytyped" % "sbt-antlr4" % "0.8.2") |
