aboutsummaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authorScala Steward2022-12-05 23:28:05 +0100
committerGitHub2022-12-05 22:28:05 +0000
commit30c5bf467dd9361ffa89fc259e2d259320312ae5 (patch)
tree2341e096af77714466893681b546dcaf5d9d5505 /project
parent8c0c05ea2ef8c5415b78f4ea1b612d036d90de22 (diff)
Update sbt-assembly to 2.0.0 (#2564)
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Diffstat (limited to 'project')
-rw-r--r--project/plugins.sbt2
1 files changed, 1 insertions, 1 deletions
diff --git a/project/plugins.sbt b/project/plugins.sbt
index 81a83e11..5e649f20 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.2.0")
+addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.0.0")
addSbtPlugin("com.simplytyped" % "sbt-antlr4" % "0.8.2")