From 02c224eaeae3da6763d6d7a99a74e8dbee2b207d Mon Sep 17 00:00:00 2001 From: Arnout Engelen Date: Tue, 13 Feb 2018 15:02:55 +0100 Subject: [PATCH] Add build.properties to specify sbt version Especially useful since this project doesn't work with sbt 1 yet --- 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 0000000..c091b86 --- /dev/null +++ b/project/build.properties @@ -0,0 +1 @@ +sbt.version=0.13.16