lastland / scala-forklift

Type-safe data migration tool for Slick, Git and beyond.
Other
188 stars 31 forks source link

Scala 2.12 Support #30

Closed totallymike closed 7 years ago

totallymike commented 7 years ago

Hi there. This library looks like exactly what we'd like to use to manage our Slick migrations. Is it possible to push a build for Scala 2.12?

Thank you very much!

lastland commented 7 years ago

Hi,

I would definitely like to push a build for Scala 2.12. One problem right now is that not all Scala-Forklift's dependencies have a build for Scala 2.12 (for example, slick-migration-api does not).

However, I will try to figure out a way as soon as possible.

totallymike commented 7 years ago

Makes sense! I appreciate your efforts. For what it's worth, we're particularly interested in the version that supports slick 3.2.0-M2. For the time being I was able to build jars manually.

cvogt commented 7 years ago

@nafg may be able to help porting slick-migration-api

nafg commented 7 years ago

https://github.com/nafg/slick-migration-api/pull/12

totallymike commented 7 years ago

Thanks so much to both of you for your work in getting a release out!

lastland commented 7 years ago

@nafg I think I have some time to work on this tomorrow and during the weekend. Is it possible that you publish a version for Scala 2.12 soon? It can be just a snapshot version. Thanks!

nafg commented 7 years ago

@lastland are you available now for a chat?

lastland commented 7 years ago

@nafg How about in 10 minutes? I think you can find me slack?

Edit: Got your message on gitter.

nafg commented 7 years ago

@lastland done. https://github.com/nafg/slick-migration-api https://bintray.com/naftoligug/maven/slick-migration-api/0.4.0-M1

lastland commented 7 years ago

@nafg Thanks!

lastland commented 7 years ago

Scala-Forklift 0.3.0 is published for Scala 2.12. It may take several hours for maven to sync it.

However, I only published it for Scala 2.12 because there are still some problems with Scala 2.11 (see #32 ).