Scopes and artifacts in sbt · Issue #2431 · sbt/sbt

Steps: Small repro can be found here: https://github.com/romanowski/sbt-problems/tree/artifact-resolve-problem Problem: // following lines cannot be resolved libraryDependencies += "a" % "b" % "1.0...