sbt / sbt-remote-control

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

Checks whether to add Atmos shim or not based on Atmos supported version... #59

Closed henrikengstrom closed 10 years ago

henrikengstrom commented 10 years ago

...s of Akka and Play.

Checks the supported version based on hard coded values in the Dependencies.scala file. Not the most elegant solution but it gets the job done. In order for an Atmos shim to be added it needs to fulfil all of the following criteria:

If you are okay with this solution I will create a PR for sbt-echo in 1.1.x too.

jsuereth commented 10 years ago

Nice work! Sorry it took so long to review.