steps
- Checkout sbt @ 4ce4fb7
- Modify the
scalaVersion inside the build.sbt of the scripted test source-dependencies/binary so that it reads:
scalaVersion in ThisBuild := "2.12.3"
- Run
scripted source-dependencies/binary
problem
expectation
notes
- It passes with Scala 2.11.11, 2.12.4 or if the
scalaVersion is not set.
sbt version: 1.0.3-SNAPSHOT (@ 4ce4fb7)