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

Replace ⇒ with => to avoid Scala 2.13 warnings #2895

Merged
merged 2 commits into from
Jun 18, 2019

Conversation

travisbrown
Copy link
Contributor

Related to #2893. I thought I'd done this for Cats but it must have been other projects.

rossabaker
rossabaker previously approved these changes Jun 18, 2019
Copy link
Member

@rossabaker rossabaker left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 on green

fthomas
fthomas previously approved these changes Jun 18, 2019
LukaJCB
LukaJCB previously approved these changes Jun 18, 2019
@travisbrown travisbrown dismissed stale reviews from LukaJCB, fthomas, and rossabaker via ac1d695 June 18, 2019 15:07
@travisbrown
Copy link
Contributor Author

Oh, messed up the sed command and missed a few. Fixed in the second commit.

@codecov-io
Copy link

Codecov Report

Merging #2895 into master will decrease coverage by 0.29%.
The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff            @@
##           master   #2895     +/-   ##
========================================
- Coverage    94.2%   93.9%   -0.3%     
========================================
  Files         368     368             
  Lines        6949    6971     +22     
  Branches      304     306      +2     
========================================
  Hits         6546    6546             
- Misses        403     425     +22
Impacted Files Coverage Δ
core/src/main/scala/cats/arrow/FunctionK.scala 100% <ø> (ø) ⬆️
...ore/src/main/scala/cats/data/NonEmptyMapImpl.scala 96.15% <100%> (ø) ⬆️
core/src/main/scala/cats/syntax/foldable.scala 100% <100%> (ø) ⬆️
core/src/main/scala/cats/data/NonEmptySet.scala 97.59% <100%> (ø) ⬆️
core/src/main/scala/cats/data/NonEmptyChain.scala 97.32% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3420371...ac1d695. Read the comment docs.

@LukaJCB LukaJCB merged commit a9e113d into typelevel:master Jun 18, 2019
@kailuowang kailuowang added this to the 2.0.0-RC1 milestone Aug 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants