thurstonsand / scala-cass

a wrapper for the Java Cassandra driver that allows extraction from a Row with Scala types, or directly into a case class. Also has utility functions for the Session to read/write to Cassandra directly to/from a case class.
MIT License
21 stars 10 forks source link

Add scala 2.13 support #52

Open holinov opened 4 years ago

holinov commented 4 years ago

I hardly need to use it on scala 2.13 What assistance do you need?

holinov commented 4 years ago

I'v started a fork https://github.com/holinov/zio-scala-cass I dont know if you would be able to adopt my changes to your needs

thurstonsand commented 4 years ago

awesome. the main problem is you made a LOT of whitespace changes. could you get rid of those? also, what problems did you have with wartremover and sbt sites that you commented all that out?

as it is, I have no idea what changes you've actually made, due to all the whitespace changes

thurstonsand commented 4 years ago

see the PR here: https://github.com/thurstonsand/scala-cass/pull/53

thurstonsand commented 4 years ago

I probably recommend you re-fork (or just create a new branch and sync it with my master), and make just the changes you need to upgrade to 2.13. then i can see the changes and figure out how to merge