Skip to content

Update V.coursier to v2.1.24#866

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/v.coursier
Open

Update V.coursier to v2.1.24#866
renovate[bot] wants to merge 1 commit intomainfrom
renovate/v.coursier

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 1, 2026

This PR contains the following updates:

Package Update New value References Sourcegraph
io.get-coursier:coursier patch 2.1.24 source code search for "io.get-coursier:coursier"
io.get-coursier:coursier-jvm patch 2.1.24 source code search for "io.get-coursier:coursier-jvm"

Test plan: CI should pass with updated dependencies. No review required: this is an automated dependency update PR.


Release Notes

coursier/coursier (io.get-coursier:coursier)

v2.1.24

Compare Source

What's Changed
Fixes
Updates / maintenance

Full Changelog: coursier/coursier@v2.1.23...v2.1.24

v2.1.23

Compare Source

What's Changed

Full Changelog: coursier/coursier@v2.1.22...v2.1.23

v2.1.22

Compare Source

What's Changed
Documentation changes
Updates / maintenance
New Contributors

Full Changelog: coursier/coursier@v2.1.21...v2.1.22

v2.1.21

Compare Source

What's Changed
Updates / maintenance

Full Changelog: coursier/coursier@v2.1.20...v2.1.21

v2.1.20

Compare Source

What's Changed
Updates / maintenance
New Contributors

Full Changelog: coursier/coursier@v2.1.19...v2.1.20

v2.1.19

Compare Source

What's Changed
Maintenance / updates

Full Changelog: coursier/coursier@v2.1.18...v2.1.19

v2.1.18

Compare Source

What's Changed
Updates / maintenance

Full Changelog: coursier/coursier@v2.1.17...v2.1.18

v2.1.17

Compare Source

This release changes the way "BOMs" or "dependency management" are handled during resolution, and allows users to add BOMs to a resolution. This changes the way versions are picked when BOMs or dependency management are involved, which has an impact on the resolution of libraries from many JVM ecosystems, such as Apache Spark, Springboot, Quarkus, etc. These changes were added in #​3097 and #​3143, mainly motivated by Mill's needs.

Given these change the way versions are picked and the impact on speed / performance of these changes is unclear, projects offering dependency resolution features via coursier might want to allow their users to disable this. This can be done via ResolutionParams in the API, like

Resolve()
  .mapResolutionParams(_.withEnableDependencyOverrides(Some(false)))
// or
Fetch()
  .mapResolutionParams(_.withEnableDependencyOverrides(Some(false)))

On the command line, passing --enable-dependency-overrides=false to the resolve or fetch sub-commands disables these changes.

What's Changed
Updates / maintenance

Full Changelog: coursier/coursier@v2.1.16...v2.1.17

v2.1.16

Compare Source

This release fixes issues with launchers generated by cs in coursier 2.1.15, that mistakenly required Java >= 17. In coursier 2.1.16, they should only need Java >= 8, like before 2.1.15.

It also introduces Mac ARM64 launchers built on coursier's own CI, rather than with a slight delay in an external repository.

What's Changed
Updates / maintenance
New Contributors

Full Changelog: coursier/coursier@v2.1.15...v2.1.16

v2.1.15

Compare Source

What's Changed
Updates / maintenance
New Contributors

Full Changelog: coursier/coursier@v2.1.14...v2.1.15

v2.1.14

Compare Source

What's Changed
Updates / maintenance

Full Changelog: coursier/coursier@v2.1.13...v2.1.14

v2.1.13

Compare Source

What's Changed
Updates / maintenance

Full Changelog: coursier/coursier@v2.1.12...v2.1.13

v2.1.12

Compare Source

This is mainly a convenience release, to benefit from #​3072 in Mill early

What's Changed
Updates / maintenance

Full Changelog: coursier/coursier@v2.1.11...v2.1.12

v2.1.11

Compare Source

What's Changed
Updates / maintenance

Full Changelog: coursier/coursier@v2.1.10...v2.1.11

v2.1.10

Compare Source

What's Changed
Documentation updates
Updates / maintenance
New Contributors

Full Changelog: coursier/coursier@v2.1.9...v2.1.10


Configuration

📅 Schedule: (in timezone America/Los_Angeles)

  • Branch creation
    • "on the 1st through 7th day of the month"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the bot label May 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants