[1.x] deps: Update lm-coursier-shaded 2.1.12#8902
Merged
eed3si9n merged 2 commits intosbt:1.12.xfrom Mar 14, 2026
Merged
Conversation
kubukoz
approved these changes
Mar 13, 2026
Member
|
Thanks for the contribution. I have a sbt 2.x version of bump PR here (#8381) and you might need to apply the workaround for coursier/coursier#3525 in |
majk-p
commented
Mar 14, 2026
Comment on lines
+7
to
+15
| // This is a workaround for https://github.com/coursier/coursier/issues/3525, ported backported from https://github.com/sbt/sbt/pull/8381/changes#diff-bb1add3538eec3272df81b1f5bef249d096aa240d5408a4ceff8917557f5142fR15 | ||
| // [info] [error] lmcoursier.internal.shaded.coursier.params.rule.SameVersion$CantForceSameVersion: | ||
| // Can't force version 2.11.12 for modules org.scala-lang:scala-compiler, org.scala-lang:scala-reflect, org.scala-lang:scala-library | ||
| // .... | ||
| // [info] [error] Caused by: lmcoursier.internal.shaded.coursier.params.rule.SameVersion$SameVersionConflict: | ||
| // 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" |
Contributor
Author
There was a problem hiding this comment.
Contributor
Author
|
Thanks @eed3si9n! Applied the fix, scripted seems green locally |
eed3si9n
added a commit
to eed3si9n/sbt
that referenced
this pull request
Mar 18, 2026
This reverts commit 132e0c6.
Member
eed3si9n
added a commit
that referenced
this pull request
Mar 18, 2026
Revert "[1.x] deps: Update lm-coursier-shaded 2.1.12 (#8902)"
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.
2.1.12 introduces retries for 5xx http errors per coursier/sbt-coursier#601