Skip to content
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

drop support for sbt 0.13 #230

Merged
merged 3 commits into from
Jun 1, 2021
Merged

drop support for sbt 0.13 #230

merged 3 commits into from
Jun 1, 2021

Conversation

bjaglin
Copy link
Collaborator

@bjaglin bjaglin commented Jun 1, 2021

Reopening #225 which was closed by accident

Closes scalacenter/scalafix#1333
Documented by scalacenter/scalafix#1417

sbt 0.13 users will still be able to get the latest version of Scalafix by explicitly including it:

 // project/plugins.sbt
 addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.29") // final sbt 0.13.x version
+dependencyOverrides += "ch.epfl.scala" % "scalafix-interfaces" % "0.9.x"

@bjaglin bjaglin mentioned this pull request Jun 1, 2021
@bjaglin bjaglin marked this pull request as ready for review June 1, 2021 08:17
@bjaglin bjaglin requested a review from mlachkar June 1, 2021 08:17
@bjaglin bjaglin merged commit f6fffde into scalacenter:main Jun 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

sbt-scalafix: drop support for sbt 0.13
3 participants