typesafehub / js-engine

A JavaScript Engine Library - provides an abstract of a means to execute JavaScript code where no browser is involved.
Other
72 stars 20 forks source link

Upgrade spray-json to fix bincompat issues #37

Closed jroper closed 9 years ago

jroper commented 9 years ago

Currently many existing sbt-web plugins are incompatible with the latest jsengine due to a binary compatibility issue in spray-json. This fixes it.

See https://github.com/spray/spray-json/pull/149.