Remove sbt-assembly dependency

The plugin is not used in the VexRiscV build and causes issues for users
since repo.scala-sbt.org seems to be down/sunset/?.

See also https://github.com/sbt/sbt/issues/7202

Updating the dependency would also have been an option, but since it's not
used removal is easier.
This commit is contained in:
Andreas Wallner 2023-04-07 18:59:17 +02:00
parent f3d7442e2d
commit d8f6f28020
1 changed files with 0 additions and 1 deletions

View File

@ -1 +0,0 @@
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.10")