Hi Eric,
On Mon, May 19, 2014 at 6:50 AM, Eric Elbaz <
eel...@gmail.com> wrote:
> Thanks. I was looking for this. Any thoughts on when an official spray 1.3.1
> against scala 2.11 will be released?
Unfortunately, spray-httpx has a lot of dependencies to json libraries
to support marshalling for them. So, we either need to wait until all
those dependencies have been published for 2.11 or strip off support
for the missing ones. It seems at least `lift-json` is still missing
right now.
We didn't want to release a 1.3.1 for Scala 2.11 which is not
feature-identical with the 1.3.1 for Scala 2.10 so we decided to wait
for all of those dependencies to be published for 2.11. That's why we
put out the nightly build which is identical to the 2.10 release but
for the missing connectors.