-
Notifications
You must be signed in to change notification settings - Fork 502
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
[Bug?] Cannot resolve -p with Mill 0.11.6 #3270
Comments
The workflow configuration yaml is like this:
|
It looks like Scala Steward ran code for Mill < 0.11 to extract dependencies. Does the zhutmost/chipmunk repo has a |
No, I don't specify a mill version in my project. |
Sounds like a |
I read the code referenced by you. Are you sure Mill 0.11 has an option "-p"?
|
If you add |
Ok, let me try. And the configuration
|
adding a .mill-version file works, but specifying the mill-version argument in the action as @zhutmost mentions still triggers the pre 0.11 code path. scala-steward/modules/core/src/main/scala/org/scalasteward/core/buildtool/mill/MillAlg.scala Line 82 in 9ac858c
|
First, thank the developers for your efforts.
I use the Steward GitHub action to manage my Scala projects' dependencies.
I am using some mill 0.11 features in a project, so I bumped the
mill-version
in my scala-steward-action configurations to 0.11.6.But the action workflow fails. The following is its log:
I guess the key is that "Cannot resolve -p. Try
mill resolve _
to see what's available."but I have no idea how to fix it. Does someone have any ideas?
The text was updated successfully, but these errors were encountered: