trying to use sbt assembly
问题 sbt version is 0.13.9 and scala 2.11.7/ I know previous versions of sbt relied on scala 2.10 - is that still the case? I have a Java project for which I added an assembly.sbt file in the project directory (as per the sbt assembly instructions for this version of sbt assembly): addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.2") I ran sbt reload/clean as well as compile. However, when I try to run assembly, I get the following exception: > assembly [error] Not a valid command: assembly