sbt / sbt-remote-control

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

Add cross-building client support for scala 2.11. #129

Closed jsuereth closed 10 years ago

jsuereth commented 10 years ago

@henrikengstrom I'll review yours if you review mine :)

cc> @havocp @skyluc

henrikengstrom commented 10 years ago

LGTM. Waiting for Travis to its part.

havocp commented 10 years ago

let's merge this right after activator master merges the 2.11 port, because I can't use it until then anyway... trying to get sbt-rc master working with activator master which is on 2.10 right now

jsuereth commented 10 years ago

I don't see how this would break anything you're doing now, just adds the cross-built artifacts published at the same time as the 2.10 ones.

havocp commented 10 years ago

ah ok, thought it was a straight port.