-
-
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
Merge 1.2.x back to master #2338
Conversation
* Use portable-scala crossProject * Refine POM match for simulacrum
* drop 2.10 support from the build * drop Scala 2.10 /update to 2.13-M3
Codecov Report
@@ Coverage Diff @@
## master #2338 +/- ##
=======================================
Coverage 95.09% 95.09%
=======================================
Files 345 345
Lines 5991 5991
Branches 219 219
=======================================
Hits 5697 5697
Misses 294 294 Continue to review full report at Codecov.
|
Since this is a merge branch PR (all the code changes are already approved before), I am going to merge with one approval. |
sorry I accidentally squashed. Let me revert and try again. |
This reverts commit 39125b5.
Note that this drops Scala 2.10. And the "update to 2.13.0-M4" is merely a version update (still allowing build failure on 2.13), the actual work to update cats to support 2.13 is in progress in this #2335