-
Notifications
You must be signed in to change notification settings - Fork 7
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
Mill dependencies should be defined as compileIvyDeps
#69
Comments
If there are no drawbacks on this, I can send a fixing PR. |
I think this might do it... |
Publishing is failing... I've pinged Alex to help out since it looks like something related to the gpg key... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
While analyzing an reported issue to Mill which only occurs in a project using this plugin, I recognized, that API dependencies to Mill (and it's dependencies like os-lib) are defined as
ivyDeps
, whereas they are supposed to be defined viacompileIvyDeps
. This is because the correct runtime version is provided by Mill when the plugin is loaded into Mill's classpath and should not be included in the transitive dependency set.The text was updated successfully, but these errors were encountered: