Stanislav Savulchik

Results 7 comments of Stanislav Savulchik

Does spray-json use [semantic versioning](http://semver.org)?

@fommil could you please suggest how to (de)serialize unboxed AnyVal using https://github.com/fommil/spray-json-shapeless ?

I managed to reproduce the described problem with race condition in https://github.com/savulchik/xsbt-filter/tree/filterbug by adding `Thread.sleep` to `filterResources` task and running new `check-jar` task in `simple` test project.

Hello, @sdb . I'll try to fix the issue and submit a pull request.

Eventually I solved my problem with race condition during build using resource generator having default hook in sbt build cycle http://www.scala-sbt.org/0.13.5/docs/Howto/generatefiles.html#resources. @sdb I couldn't find a solution for the plugin...