-
Notifications
You must be signed in to change notification settings - Fork 13
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
Binary version of Scala.js turned to "1", not "1.0" as of version 1.0.0 #91
Comments
From v1.0 onwards, the binary tag does not contain the minor version anymore. Closes #91.
From v1.0 onwards, the binary tag does not contain the minor version anymore. Closes #91.
Thanks for the bug report! I have merged a fix. Feel free to try it with the latest pre-release. Please note that Seed does not officially support Scala.js v1.0 modules yet because Bloop v1.3.2 cannot link them. Once the next stable Bloop version has been released, I am hoping to add integration tests. |
Great! I did a smaller more hackish workaround in seed on my local machine, but I ran into the bloop issue, so I didn't think it merited a pull request. |
This leads to errors when retrieving artifacts in the form of eg.:
Could not resolve dependency slinky-core_sjs1.0_2.13 in me.shadaj
Mill had to change some hardoded cases, which I guess is the case for seed too?
The text was updated successfully, but these errors were encountered: