From d8f6f28020eea0692ce4b88716050c517978bf42 Mon Sep 17 00:00:00 2001 From: Andreas Wallner Date: Fri, 7 Apr 2023 18:59:17 +0200 Subject: [PATCH] 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. --- project/plugins.sbt | 1 - 1 file changed, 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 26ac3e5..e69de29 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1 +0,0 @@ -addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.10")