Spinoco / fs2-cassandra

Asynchronous, fully functional Cassandra driver implemented in fs2
https://spinoco.github.io/fs2-cassandra/
MIT License
18 stars 8 forks source link

Upgrade to cats-effect 1.0.0 #21

Closed gvolpe closed 5 years ago

gvolpe commented 5 years ago

In addition to some small refactors like using .void syntax instead of .map(_ => ()), hope that's okay.

pchlupacek commented 5 years ago

@gvolpe I have recently did the fs2 1.0.0 upgrade to make 0.4.0, so this is already included with dependencies. Sorry I missed this PR.

Hope this is ok.

gvolpe commented 5 years ago

No worries @pchlupacek I had to do it anyway for a publishLocal so we didn't have to wait for an official release. Will be upgrading to 0.4.0 soon, cheers :)