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
Right now we resolve test-only dependencies completely separately from the release dependencies and then include both on the classpath when running tests. In practice this often works out fine, but we should instead resolve test + release dependencies at the same time and error if we resolve anything to a different version than what's in the release lockfile.
The text was updated successfully, but these errors were encountered:
Right now we resolve test-only dependencies completely separately from the release dependencies and then include both on the classpath when running tests. In practice this often works out fine, but we should instead resolve test + release dependencies at the same time and error if we resolve anything to a different version than what's in the release lockfile.
The text was updated successfully, but these errors were encountered: