From 9cccdc4bb6cd4a6a01e39b4d6161542a3f4183ba Mon Sep 17 00:00:00 2001 From: Pierre Dal-Pra Date: Sun, 26 Jan 2020 09:42:02 +0100 Subject: [PATCH] Force sbt version in plugin to 1.2.8, workaround for https://github.com/sbt/sbt/issues/5049 --- build.sbt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.sbt b/build.sbt index a650c0e..9371422 100644 --- a/build.sbt +++ b/build.sbt @@ -24,3 +24,5 @@ scriptedLaunchOpts := { scriptedLaunchOpts.value ++ } scriptedBufferLog := false + +pluginCrossBuild / sbtVersion := "1.2.8"