You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mdoc_2.12.12 depends on mdoc-runtime_2.12.12, but it seems sbt (or rather I think coursier) tries to bring in mdoc-runtime_2.12.11
[error] stack trace is suppressed; run last update for the full output
[error] (update) sbt.librarymanagement.ResolveException: Error downloading org.scalameta:mdoc-runtime_2.12.11:2.2.16
[error] Not found
[error] Not found
[error] not found: /home/tgodzik/.ivy2/local/org.scalameta/mdoc-runtime_2.12.11/2.2.16/ivys/ivy.xml
[error] not found: https://repo1.maven.org/maven2/org/scalameta/mdoc-runtime_2.12.11/2.2.16/mdoc-runtime_2.12.11-2.2.16.pom
[error] Total time: 1 s, completed Jan 19, 2021 7:20:43 PM
expectation
Should compile and resolve proper transitive dependency.
notes
Works with ThisBuild / useCoursier := false
The text was updated successfully, but these errors were encountered:
steps
build.sbt:
problem
mdoc_2.12.12 depends on mdoc-runtime_2.12.12, but it seems sbt (or rather I think coursier) tries to bring in
mdoc-runtime_2.12.11
expectation
Should compile and resolve proper transitive dependency.
notes
Works with
ThisBuild / useCoursier := false
The text was updated successfully, but these errors were encountered: