From 47c0642da89887a4015e003d6c272f3b61673955 Mon Sep 17 00:00:00 2001 From: Martin Grotzke Date: Wed, 2 Nov 2016 23:24:10 +0100 Subject: [PATCH] Revive build.properties, remove byte order mark The BOM was introduced with commit 2e97ed2. Since then the sbt version in `build.properties` was ignored (by the sbt launcher), in consequence the sbt launcher's sbt version was used. If the sbt launcher was now updated to 0.13.13, the warnings described in #351 popped up. Refs #351 --- project/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.properties b/project/build.properties index 78614b75..43b8278c 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=0.13.11 +sbt.version=0.13.11