Skip to content

sbt doesn't see new SNAPSHOT dependency versions #1514

@eed3si9n

Description

@eed3si9n

This is a general case for #321.

steps

  1. Create two repositories RepoA and RepoB (or use Resolver.defaultShared.nonlocal())
  2. Publish SNAPSHOT to RepoA.
  3. Try to use the dependency.
  4. Publish SNAPSHOT to RepoB.
  5. Try to use the dependency.

problem

You get the SNAPSHOT from RepoA.

expectation

You always get the fresh one.

Notes

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions