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

fix: ensure scala 3 dirs use scala3 dialect for scalafmt #1813

Merged
merged 1 commit into from
Jul 19, 2023

Commits on Jul 18, 2023

  1. fix: ensure scala 3 dirs use scala3 dialect for scalafmt

    I think this is the cause of the error we're seeing in the [Scala
    Steward](https://github.com/scalacenter/steward/actions/runs/5470172748/jobs/9959938109#step:5:870)
    where the scala213 dialect has issues with the Scala 3 code. This small
    changes just adds in some fileOverrides to make sure the scala-3 dirs
    set the runner.dialect as scala3 instead of scala213.
    ckipp01 committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    8c48491 View commit details
    Browse the repository at this point in the history