We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bd8888 commit a2dfe39Copy full SHA for a2dfe39
project/SbtPluginSubProjectPlugin.scala
@@ -23,8 +23,6 @@ object SbtPluginSubProjectPlugin extends AutoPlugin {
23
override def projectSettings: Seq[Def.Setting[_]] =
24
List(
25
crossScalaVersions := Nil,
26
- // Remove all library dependencies for Scala 2.13 as they will not resolve when cross building.
27
-// libraryDependencies := defaultIfCannotBuild(libraryDependencies, Nil).value,
28
// Remove all project dependencies for Scala 2.13 as they will not resolve when cross building.
29
projectDependencies := taskDefaultIfSkipped(projectDependencies, Nil).value,
30
scripted := inputDefaultIfSkipped(scripted, ()).evaluated,
0 commit comments