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

Building with scala 3 #342

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
Open

Building with scala 3 #342

wants to merge 13 commits into from

Commits on Jul 22, 2021

  1. Configuration menu
    Copy the full SHA
    ab0e62a View commit details
    Browse the repository at this point in the history
  2. fix self type for Scala 3

    jrudolph committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    6ab4676 View commit details
    Browse the repository at this point in the history
  3. some Scala 3 fixes

    jrudolph committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    ff53f9d View commit details
    Browse the repository at this point in the history
  4. Use cross-dependency on specs2

    raboof committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    316fe94 View commit details
    Browse the repository at this point in the history
  5. more type annotations

    jrudolph committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    9ade68e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    97c7c7d View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2021

  1. Configuration menu
    Copy the full SHA
    fbd903b View commit details
    Browse the repository at this point in the history
  2. fix unicode tests

    \u unicode encodes don't seem to supported any more in Scala 3 (at least
    in tripple quoted strings)
    jrudolph committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    a363745 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2021

  1. Configuration menu
    Copy the full SHA
    a6b1d8c View commit details
    Browse the repository at this point in the history
  2. mima

    raboof committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    6aa89c8 View commit details
    Browse the repository at this point in the history
  3. Skip mima for 2.10

    Since it's not supported anymore. While we'll still publish
    2.10 artifacts, perhaps it's fine to stop checking binary
    compatibility.
    raboof committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    402e46b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f8a2d83 View commit details
    Browse the repository at this point in the history
  5. Update to Scala 3.1.0

    raboof committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    0084fdb View commit details
    Browse the repository at this point in the history