This is a general case for #321.
steps
- Create two repositories RepoA and RepoB (or use
Resolver.defaultShared.nonlocal())
- Publish SNAPSHOT to RepoA.
- Try to use the dependency.
- Publish SNAPSHOT to RepoB.
- Try to use the dependency.
problem
You get the SNAPSHOT from RepoA.
expectation
You always get the fresh one.
Notes