From f3507cf4659f1af6d7da3ba6789a208e7b4935d6 Mon Sep 17 00:00:00 2001 From: takezoe Date: Wed, 9 Oct 2013 10:44:52 +0900 Subject: [PATCH] (refs #117)Add build.properties to fix sbt version. --- 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..db255c253 --- /dev/null +++ b/project/build.properties @@ -0,0 +1 @@ +sbt.version=0.12.3 \ No newline at end of file