sbt / sbt-remote-control

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

Send the correct protocol version from client and server #291

Closed havocp closed 9 years ago

havocp commented 9 years ago

We still don't have an API on SbtChannel / SbtClient to get the version, and to add one we have to add methods to traits that aren't sealed... but should have been sealed...

jsuereth commented 9 years ago

Cool, looks good to me. Let's merge when build says go.