-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support Scala 2.13 #156
Comments
Thanks for reporting! I’ve been planning to add Scala 2.13 support once the RC is out. I think I have publish rights for most of our transitive dependencies excluding ScalaTest so I don’t expect to encounter major blockers in the upgrade. |
@olafurpg Awesome! Thank you for looking into this. |
The traditional way to use the mdoc plugin is only enable it for a single “docs” project in the build that is not published. I’m not sure how microsite uses mdoc but I’m surprised if lack of 2.13 support should be a blocker for 2.13 crossbuilt libraries. The docs are usually only compiled against one Scala versions. |
More information:
My sbt-fu is weak though. I may be missing something obvious. |
What is the value of “crossScalaVersions”? |
|
Does If that works, then we improve the error message in sbt-mdoc to give actionable feedback on how to fix the resolution error for unsupported Scala versions. |
@olafurpg Will try and report back. |
For the record, cross building for 2.13.0 is currently blocked by the lack of 2.13.0 binaries for:
Here's a WIP PR #173 |
Actually, monadic-html is only used in the documentation, so it should be fine. We're currently only blocked by metaconfig (working on it!) |
Fixed in #184, waiting for CI to release 1.3.2 https://travis-ci.org/scalameta/mdoc/builds/576584631 |
Any plans to cross-build for Scala 2.13?
The text was updated successfully, but these errors were encountered: