diff --git a/build.sbt b/build.sbt index 127a92dbb..80c82babc 100644 --- a/build.sbt +++ b/build.sbt @@ -324,7 +324,7 @@ def customCommands: Seq[Setting[_]] = Seq( test.all(safeProjects).value }, otherUnitTests := { - test.all(otherProjects) + test.all(otherProjects).value }, commands += Command.command("release-sbt-local") { state => "clean" ::