Open
Description
At the moment only libraries for the current Scala version are considered when checking dependencies.
This leads to an issue where running dependencyLockCheck
will fail if you switch current versions.
Having a lock file for each Scala version would probably be the easiest solution (eg build.sbt_2.11.lock
or build_2.11.sbt.lock
).