Skip to content

Commit

Permalink
Edit
Browse files Browse the repository at this point in the history
  • Loading branch information
eed3si9n authored and lervag committed Sep 15, 2024
1 parent f106eed commit 6bda609
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/reference/guide/08-Library-Dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,8 @@ These dynamic versions might work one day, but break the next, and make the buil
A Maven version range such as `[1.3.0,)` can be used to specify a dependency,
and it can appear transitively in existing POM files. When a dependency manager
like Coursier finds a version range, it will go out to the Internet to find the latest version.
This could lead to surprising behavior where the effective version changes over time,
even when there is a specified version of the library within the version range.
Transitive version ranges could lead to surprising behavior where the effective version changes over time,
even when there is a specific version of the library within the version range in `build.sbt`.
Therefore, until sbt implements a lock file, we generally discourage the use of version ranges.

See the [Coursier version handling](https://get-coursier.io/docs/other-version-handling) and
Expand Down

0 comments on commit 6bda609

Please sign in to comment.