sqltyped
sqltyped copied to clipboard
Use embedded shapeless 2.0?
Is there any chance shapeless can be "embedded" under the sqltyped package so as to allow the use with libraries dependent on shapeless 1.x? (ie, spray uses shapeless 1.x and there is little chance it well get upgraded anytime soon.)
In Java-land there's a tool named jarjar which can rename packages.
https://code.google.com/p/jarjar/
I have no idea how well it works in this case but you could try to use it to rename package 'shapeless.*' to 'shapeless2'.
(necroposting) You can user assembly shading for that