sbt / sbt-remote-control

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

Checks whether to add Echo shim or not based on Echo supported version o... #60

Closed henrikengstrom closed 10 years ago

henrikengstrom commented 10 years ago

...f 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 Echo shim to be added it needs to fulfil all of the following criteria:

jsuereth commented 10 years ago

LGTM