cloudinary_scala
cloudinary_scala copied to clipboard
Publish for scala 2.12
We'd like to update to 2.12, could you publish for 2.12 as well please?
I've just seen that there is no stable play version for scala 2.12.
Just publishing cloudinary-core
meanwhile for 2.12 would be sufficient for us.
I did this for cloudinary-core but not for play: https://github.com/Sebruck/cloudinary_scala/commit/5e71269f254dac5d5e6f4472b60dc9f1b70a9c0c
Tell me if you need it.
@Sebruck thanks for the info. We're trying to find a solution that would allow us to support both 2.10 and 2.12.
any chance this can be done?
many projects are dropping support for 2.10. Not sure if it's worth cloudinary-core
to support 2.10.
Would really like support for Scala 2.12 and Play 2.6. My project is no longer on Scala 2.11 and I'd hate to drop Cloudinary.
@tocker Play 2.6 requires Scala 2.12 so cross compiling Play 2.6 code and older Scala versions does not work. I guess it would be possible to use Scala 2.12 with an older Play version (like 2.4), but I'm not sure that solution would be compatible with Play 2.6 (it's a huge difference between Play 2.4 and Play 2.6). Maybe it's time to step up cloudinary-scala to 2.0 and say it supports Scala 2.12 and Play 2.6 and newer while cloudinary-scala 1.x supports older versions?
Hi, any news on this?