From 83420809179fe45a697ec9f3e51e52730730915e Mon Sep 17 00:00:00 2001 From: Mark Harrah Date: Sun, 27 Nov 2011 17:58:13 -0500 Subject: [PATCH] build with 0.11.2 --- project/build.properties | 2 +- project/{plugins => }/p.sbt | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename project/{plugins => }/p.sbt (100%) diff --git a/project/build.properties b/project/build.properties index fdb94e61f..f4ff7a5af 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=0.11.1 +sbt.version=0.11.2 diff --git a/project/plugins/p.sbt b/project/p.sbt similarity index 100% rename from project/plugins/p.sbt rename to project/p.sbt