NET-A-PORTER/scala-uri

Support Scala 2.12

Closed this issue · 7 comments

Now that Scala 2.12 is officially out, it might be good to publish artefacts for that version too.

theon commented

So it is! I hadn't noticed it was out today. Thanks for raising this @Rydgel. I'll get a build out ASAP.

theon commented

Currently waiting on:

Nice, everyone is working on that, it shouldn't be too long :)

theon commented

@Rydgel 0.4.16 of scala-uri is now pushed for 2.12: https://oss.sonatype.org/content/repositories/releases/com/netaporter/scala-uri_2.12/0.4.16/

It should make it to maven central shortly.

Thanks very much!

I don't see spray-can, spray-caching, spray-client, spray-servlet support for Scala 2.12 on Maven. Is it possible to support these?

theon commented

@druhinsagargoel This is just the repo for scala-uri. You'll have to ask over at https://github.com/spray/spray about the spray repos, but I think it is unlikely spray will support 2.12 as it is no longer maintained and has been superseded by Akka HTTP. I'd recommend upgrading to akka-http, which does have 2.12 support.