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

migrate to ZIO 2 #38

Merged
merged 9 commits into from
Jul 13, 2022
Merged

migrate to ZIO 2 #38

merged 9 commits into from
Jul 13, 2022

Commits on Jul 6, 2022

  1. migrate to ZIO 2

    alterationx10 committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    86c553b View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2022

  1. Configuration menu
    Copy the full SHA
    1675ef2 View commit details
    Browse the repository at this point in the history
  2. scalafmt HashSpec

    alterationx10 committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    5fce8c8 View commit details
    Browse the repository at this point in the history
  3. sbt fix

    alterationx10 committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    fcfd30c View commit details
    Browse the repository at this point in the history
  4. Update ci Scala matrix

    ZIO 2 was built against 3.1.2, and this is using (incompatible) 3.0.1.
    
    I updated the scala matrix to match that of the core ZIO library.
    
    I also tweaked BuildHelper to have ScalaDotty be versions("3") instead of "3.0",
    along with relevant ci.yml changes
    alterationx10 committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    141d780 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    25707ee View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d70a565 View commit details
    Browse the repository at this point in the history
  7. Update some dependencies for new scala matrix

    SilencerVersion => 1.7.8 (matching core zio lib)
    sbt-scalafix => 0.10.0 (mathcing core zio lib)
    kind-projector => 0.13.2 (bumped to latest)
    alterationx10 committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    d99ab13 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bfb864b View commit details
    Browse the repository at this point in the history