Skip to content

[2.x] Update to Coursier 2.1.25-M24#8381

Merged
eed3si9n merged 4 commits intosbt:developfrom
eed3si9n:wip/cousier
Mar 14, 2026
Merged

[2.x] Update to Coursier 2.1.25-M24#8381
eed3si9n merged 4 commits intosbt:developfrom
eed3si9n:wip/cousier

Conversation

@eed3si9n
Copy link
Copy Markdown
Member

@eed3si9n eed3si9n commented Nov 23, 2025

Fixes #8203

This forward ports (coursier/sbt-coursier#570), and follows along some of the migrated methods to work through the deprecations.

Notes

Why am I using a milestone release of Coursier you might ask. The last time Coursier released a normal release version was https://github.com/coursier/coursier/releases/tag/v2.1.24 (Jan, 2025), 15 months ago as of this writing. There were bug fixes that we'd like (like coursier/coursier#3318), and at this point we'd likely benefit from actually using this release and ironing out the bugs / differences in resolution behavior.

@eed3si9n eed3si9n changed the title [2.x] Update to Coursier 2.1.25-M19 [2.x] Update to Coursier 2.1.25-M24 Mar 13, 2026
// Unsatisfied rule SameVersion(HashSet(ModuleMatcher(org.scala-lang:scala-compiler), ModuleMatcher(org.scala-lang:scalap),
// ModuleMatcher(org.scala-lang:scala-actors), ModuleMatcher(org.scala-lang:scala-reflect), ModuleMatcher(org.scala-lang:scala-library))):
// Found versions 2.11.0, 2.11.12 for org.scala-lang:scala-actors, org.scala-lang:scala-compiler, org.scala-lang:scala-library, org.scala-lang:scala-reflect
libraryDependencies += "org.scala-lang" % "scala-actors" % "2.11.12"
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note that I'm helping Coursier resolve by adding an extra dependency.

Copy link
Copy Markdown
Member

@anatoliykmetyuk anatoliykmetyuk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, left some comments

@eed3si9n eed3si9n merged commit 39fa98e into sbt:develop Mar 14, 2026
15 checks passed
@eed3si9n eed3si9n deleted the wip/cousier branch March 14, 2026 02:57
eed3si9n added a commit to eed3si9n/sbt that referenced this pull request Mar 23, 2026
This forward ports (coursier/sbt-coursier#570), and follows along some of the migrated methods to work through the deprecations.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Repeated GitHub Actions failure on Windows: java.nio.channels.OverlappingFileLockException on Coursier

2 participants