You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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
orbuild_2.11.sbt.lock
).The text was updated successfully, but these errors were encountered: