Given the following build.sbt with an implicit root project:
build.sbt
val foo = project .disablePlugins(sbt.plugins.JvmPlugin) .settings( Com