From bd726d9e260b83da7c971cbd7950c93cbf4199ee Mon Sep 17 00:00:00 2001 From: Alexandre Archambault Date: Mon, 22 Jan 2018 01:12:58 +0100 Subject: [PATCH] Remove unnecessary setting It was added mostly to make the coursier-based sbt launcher (https://github.com/coursier/sbt-launcher) work a bit better --- build.sbt | 2 -- 1 file changed, 2 deletions(-) diff --git a/build.sbt b/build.sbt index 13d6900b5..d804afc8f 100644 --- a/build.sbt +++ b/build.sbt @@ -3,8 +3,6 @@ import Aliases._ import Settings._ import Publish._ -parallelExecution.in(Global) := false - lazy val core = crossProject .disablePlugins(ScriptedPlugin) .jvmConfigure(_.enablePlugins(ShadingPlugin))