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

Update sbt-scalafix, scalafix-core, ... to 0.9.29 #228

Merged
merged 2 commits into from
Jun 7, 2021

Conversation

scala-steward
Copy link
Contributor

Updates

from 0.9.27 to 0.9.29.
GitHub Release Notes - Version Diff

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!

Files still referring to the old version number

The following files still refer to the old version number (0.9.27).
You might want to review and update them manually.

build.sbt
Ignore future updates

Add this to your .scala-steward.conf file to ignore future updates of this dependency:

updates.ignore = [ { groupId = "ch.epfl.scala" } ]

labels: library-update, semver-patch, old-version-remains

@bjaglin
Copy link

bjaglin commented Jun 4, 2021

Tests failing are probable a side effect of scalacenter/scalafix#1376? I was blocked by this to try to migrate a 2.13.6 project - I ended up bumping the versions manually, but I assume it's blocking other people that do not know the internals.

@mlachkar
Copy link
Contributor

mlachkar commented Jun 7, 2021

it's weird since semanticdb is enabled and the files exist. So maybe scalafix doesn't take semanticdbTargetRoot ? I am investigating

@mlachkar mlachkar force-pushed the update/sbt-scalafix-0.9.29 branch from 44c520d to 54497b8 Compare June 7, 2021 08:55
@mlachkar
Copy link
Contributor

mlachkar commented Jun 7, 2021

The issue was as you said: scalafix-interfaces hasn't been updated and I needed to update to scala 2.13.6 version.

@mlachkar mlachkar force-pushed the update/sbt-scalafix-0.9.29 branch from 54497b8 to 6d583ff Compare June 7, 2021 08:57
@mlachkar mlachkar merged commit a7a8d0f into scalacenter:main Jun 7, 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.

None yet

3 participants