sbt-release
sbt-release copied to clipboard
Snapshot dependencies with `provided` scope aren't detected during release
checkSnapshotDependencies
release step and corresponding snapshotDependencies
task detects only managed snapshot dependencies that are included in runtime
scope. Thus dependencies with provided
scope aren't checked for snapshots.
I expect that provided
dependencies should be checked for snapshots too.