spray-session
spray-session copied to clipboard
"io.spray" %% "spray-routing-shapeless2"
Hi.
In my case, I can't use your implementation as is because this build uses
"io.spray" %% "spray-routing" % sprayVersion
But, I use
"io.spray" %% "spray-routing-shapeless2" % sprayVersion
and Here is related document.
So, I modified this spray-session
's build temporary and it works. But I don't think that this is ideal solution.
Do you have any plan about this?
I guess I can use this version of spray-can. I will investigate it further.