-
Notifications
You must be signed in to change notification settings - Fork 19
Cross build for sbt 2.0.0-RC6 #246
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
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for working on the migration to sbt 2.x. It looks good so far.
@adpi2 the main sources are compiling with sbt 2.0.0-M4 now but the tests won't compile, there are a couple compile errors about finding |
Hey @adpi2, I just pushed an update to sbt 2.0.0-RC6, though the |
I was able to figure out the |
The only thing blocking this is thatDef.inputTaskDyn
doesn't exist. It was added in sbt/sbt#8033 but hasn't been released yet.New blocker after upgrading to sbt 2.0.0-M4 is this error in the tests: