From 5621899bb65888254350117aabc26deb46145051 Mon Sep 17 00:00:00 2001 From: Patrik Nordwall Date: Fri, 21 Dec 2018 12:01:44 +0100 Subject: [PATCH] unidoc genjavadoc doesn't work with sbt 1.2.7 yet (#26150) --- project/build.properties | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/project/build.properties b/project/build.properties index 72f902892a..c410dc92f6 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1,2 @@ -sbt.version=1.2.7 +# We need to fix javadoc generation to be able to update to 1.2.7, see https://github.com/akka/akka/issues/26100 +sbt.version=1.2.6