From f568e710ce13812c24195425911b0a4b007cce9c Mon Sep 17 00:00:00 2001 From: Josh Suereth Date: Mon, 2 Jun 2014 13:42:27 -0400 Subject: [PATCH] Also publish completions library for 2.11. --- project/Sbt.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Sbt.scala b/project/Sbt.scala index eddbf6669..ddac000c3 100644 --- a/project/Sbt.scala +++ b/project/Sbt.scala @@ -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") ::