Remove unnecessary setting

It was added mostly to make the coursier-based sbt launcher
(https://github.com/coursier/sbt-launcher) work a bit better
This commit is contained in:
Alexandre Archambault 2018-01-22 01:12:58 +01:00
parent 9c274c23d6
commit bd726d9e26
1 changed files with 0 additions and 2 deletions

View File

@ -3,8 +3,6 @@ import Aliases._
import Settings._
import Publish._
parallelExecution.in(Global) := false
lazy val core = crossProject
.disablePlugins(ScriptedPlugin)
.jvmConfigure(_.enablePlugins(ShadingPlugin))