-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
fixed more warnings on 2.13 #2911
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2911 +/- ##
==========================================
+ Coverage 94.24% 94.26% +0.01%
==========================================
Files 363 364 +1
Lines 6951 6952 +1
Branches 184 188 +4
==========================================
+ Hits 6551 6553 +2
+ Misses 400 399 -1
Continue to review full report at Codecov.
|
|
||
private[cats] object scalaVersionSpecific { | ||
type LazyList[+A] = scala.LazyList[A] //this is needed only to avoid unused import warnings on Scala 2.13 | ||
type IterableOnce[+A] = scala.IterableOnce[A] //this is needed only to avoid unused import warnings on Scala 2.13 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Burn it all down.
Also made default Scala version 2.12, which helps for IDE integration.
Update: I removed ScalaStyle which is conflicting with scalafmt, I see no reason to maintain both.