Also publish completions library for 2.11.

This commit is contained in:
Josh Suereth 2014-06-02 13:42:27 -04:00
parent ae02b495e6
commit f568e710ce
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ object Sbt extends Build {
// TODO - To some extent these should take args to figure out what to do.
commands += Command.command("release-libs-211") { state =>
def lameAgregateTask(task: String): String =
s"all control/$task collections/$task io/$task"
s"all control/$task collections/$task io/$task completion/$task"
"setupBuildScala211" ::
/// First test
lameAgregateTask("test") ::