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 Scala to 3.1.3 #1275

Merged
merged 2 commits into from
Jun 23, 2022
Merged

Commits on Jun 22, 2022

  1. Make error output check slightly more loose

    This makes the error output checks in the tests accept superfluous
    content between each line of expected output.
    
    This is helpful with Scala 3.1.3, that injects lines like
    ```
    longer explanation available when compiling with `-explain`
    ```
    alexarchambault committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    0508bcb View commit details
    Browse the repository at this point in the history
  2. Update Scala to 3.1.3

    alexarchambault committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    f5c5f90 View commit details
    Browse the repository at this point in the history