From 35cb04f2213ebe01bff31bc436ee97b051bc1cf3 Mon Sep 17 00:00:00 2001 From: Mark Harrah Date: Fri, 15 Jul 2011 19:25:25 -0400 Subject: [PATCH] specify sbt version to use for build --- project/build.properties | 1 + 1 file changed, 1 insertion(+) create mode 100644 project/build.properties diff --git a/project/build.properties b/project/build.properties new file mode 100644 index 000000000..26b173162 --- /dev/null +++ b/project/build.properties @@ -0,0 +1 @@ +sbt.version=0.10.1 \ No newline at end of file