sbt / sbt-remote-control

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

Remove deprecated use of concurrent.promise #153

Closed havocp closed 10 years ago

havocp commented 10 years ago

Now only concurrent.Promise is supposed to be used.

We aren't doing imports consistently but tried to match each individual file. Some future commit can sync the style across files.

henrikengstrom commented 10 years ago

LGTM