-
Notifications
You must be signed in to change notification settings - Fork 186
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
Update scalameta to 4.8.5 #1825
Conversation
Putting this on hold a bit. The biggest impact of this comes from scalameta/scalameta#3250, which is effectively breaking, as it can cause regressions for people upgrading sbt-scalafix in their build since install instructions advise to use the scalameta version used in scalafix to fetch scalac-semanticdb. We might want to revisit that to put emphasis on using Discussed on Scalameta's discord:
|
Actually, it would be awesome to fetch the latest supported version to be built into sbt when using |
Actually, the logic is already there, but I am concerned about the IO overhead at sbt startup if we were to make that the default, as compiler plugins can only be added through setting keys from what I know. |
I wonder if we could cache that information, maybe that would help? π€ But anyway, thanks for sharing that, I might need to use the same mechanism. |
Superseded by #1835. |
About this PR
π¦ Updates org.scalameta:scalameta from
4.8.2
to4.8.5
π GitHub Release Notes - Version Diff
Usage
β Please merge!
I'll automatically update this PR to resolve conflicts as long as you don't change it yourself.
If you'd like to skip this version, you can just close this PR. If you have any feedback, just mention me in the comments below.
Configure Scala Steward for your repository with a
.scala-steward.conf
file.Have a fantastic day writing Scala!
β Adjust future updates
Add this to your
.scala-steward.conf
file to ignore future updates of this dependency:Or, add this to slow down future updates of this dependency: