[2.x] Update to Coursier 2.1.25-M24#8381
Merged
eed3si9n merged 4 commits intosbt:developfrom Mar 14, 2026
Merged
Conversation
459a9f6 to
dd24b0b
Compare
eed3si9n
commented
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" |
Member
Author
There was a problem hiding this comment.
Note that I'm helping Coursier resolve by adding an extra dependency.
anatoliykmetyuk
approved these changes
Mar 13, 2026
Member
anatoliykmetyuk
left a comment
There was a problem hiding this comment.
LGTM, left some comments
lm-coursier/src/main/scala/lmcoursier/CoursierDependencyResolution.scala
Outdated
Show resolved
Hide resolved
lm-coursier/src/main/scala/lmcoursier/internal/ResolutionSerializer.scala
Outdated
Show resolved
Hide resolved
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.