ZparkIO icon indicating copy to clipboard operation
ZparkIO copied to clipboard

Zio 2 support

Open Wosin opened this issue 3 years ago • 1 comments

Description

PR to update ZIO version to 2.0.0 and and do all the necessary code changes to reflect that.

Checklist

Pull Request

  • [ X] PR description is meaningful
  • [ X] There are no more than a few commits to merge
  • [ -] There are no more than a few lines of code to review

Code style

  • [ -] Maximum line length does not require horizontal scrolling in Github
  • [ -] Compliant to FMT, ScalaStyle and ScalaFix

Testing

  • [ X] Unit tests for the added/modified code
  • [ X] Overall unit test coverage good
  • [ X] Unit tests are passing

Dependencies

  • [ X] The safety plugin is happy
  • [ X] New dependencies do not have vulnerabilities

Security

  • [ X] There is no known vulnerability being added to this project

Wosin avatar Aug 07 '22 20:08 Wosin

ScalaFmt needs to run

leobenkel avatar Aug 09 '22 09:08 leobenkel