-
Notifications
You must be signed in to change notification settings - Fork 55
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
Add a Scalafix migration for v0.5.0 #88
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.
I was a bit confused at first why the build changed so much :)
Btw I haven't forgotten your question from the other PR about considering whether we should fold sbt-tpolecat under sbt-typelevel. There's pros/cons both ways, it won't be an easy one :) |
I should have converted this to a multi module build a long time ago, but I actually quite like the top-level settings style 😢 |
Yeah, and I guess it's not a super urgent question - but we may only get this opportunity once as the planets aligned and both projects are working on 0.5.x at the same time 😁 |
This uses the
ScalafixProjectPlugin
that @armanbilge extracted in typelevel-scalafix. Unfortunately we can't use all of the conveniences of sbt-typelevel here yet. 😛Fixes #86.