sbt / sbt-remote-control

Create and manage sbt process using unicorns and forks
Other
74 stars 14 forks source link

Should we use OWrites instead of Writes? #164

Closed havocp closed 9 years ago

havocp commented 10 years ago

I've been changing Format to Writes, but right now it isn't actually supported to write a non-JsObject, so we could express that in types by using OWrites.