From 7bce22f2ea9179c2f338822b7309e9721d57f600 Mon Sep 17 00:00:00 2001 From: Patrik Nordwall Date: Thu, 6 Dec 2018 12:06:11 +0100 Subject: [PATCH] revert to sbt 1.2.6, because unidoc issue * the update to sbt 1.2.7 in commit 6ba4c341f5d2a090c28e9ec92d0ea05f7188de61 broke unidoc (javadoc) --- project/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.properties b/project/build.properties index 72f902892a..7c58a83abf 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.2.7 +sbt.version=1.2.6