feat(build.sbt): removing scala 2.11 and upgrading cats and cats effe…#320
feat(build.sbt): removing scala 2.11 and upgrading cats and cats effe…#320felixbr merged 1 commit intotypelevel:masterfrom
Conversation
|
I'll fix failing test shortly! |
|
@felixbr The broken compile should be fixed now. |
|
Since you upgraded Scala 2.12 and 2.13 as well (specifically 2.12.13), we're now in a bit of a catch-22. Either you don't upgrade those versions or you also upgrade |
|
oh I think I remember this one, you can't run coverage under 2.12.13, pushing an update for that now |
I'll roll back 2.13 as well so that it doesn't conflict with the other pr |
84b4efb to
62e3d12
Compare
|
it looks like I need to upgrade everything to make everything pass, since the cats libs are compiled with higher scala versions |
|
Thanks 🙂 |
…ct versions. #213.