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
{{ message }}
This repository has been archived by the owner on May 22, 2022. It is now read-only.
Starting in 0.6.2 (#30), this plugin's lock file scopes the dependencyOverrides under Compile. However, sbt seems to ignore these scoped overrides, even under the Compile scope. Here is a sample Play project where I reproduced the issue. Using show update according to sbt documentation, I can verify that sbt does not choose the overridden version. As a result, the lock file doesn't actually lock the version—the application uses the wrong version when running. Downgrading to 0.6.1 fixes the problem. Is it possible to set the overrides properly while still supporting the use case in #30?
The text was updated successfully, but these errors were encountered:
Starting in 0.6.2 (#30), this plugin's lock file scopes the
dependencyOverrides
underCompile
. However, sbt seems to ignore these scoped overrides, even under theCompile
scope. Here is a sample Play project where I reproduced the issue. Usingshow update
according to sbt documentation, I can verify that sbt does not choose the overridden version. As a result, the lock file doesn't actually lock the version—the application uses the wrong version when running. Downgrading to 0.6.1 fixes the problem. Is it possible to set the overrides properly while still supporting the use case in #30?The text was updated successfully, but these errors were encountered: