We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Context:
[2.x] Migration plan of key plugins sbt/sbt#7698
https://github.com/sbt/sbt/wiki/sbt-2.x-plugin-migration
Prerequisite: Add Scala 3 support bloop-config#101
I did a first attempt to see how much is left: https://gist.github.com/kubukoz/af49151a8d27620f1dff556754297c39 , current issues look like:
in
/
value Pure is not a member of sbt
import sbt.given
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Context:
[2.x] Migration plan of key plugins sbt/sbt#7698
https://github.com/sbt/sbt/wiki/sbt-2.x-plugin-migration
Prerequisite: Add Scala 3 support bloop-config#101
I did a first attempt to see how much is left: https://gist.github.com/kubukoz/af49151a8d27620f1dff556754297c39 , current issues look like:
in
syntax is still used instead of/
value Pure is not a member of sbt
import sbt.given
will likely be necessaryThe text was updated successfully, but these errors were encountered: