lightbend-labs / dbuild

Multi-project build tool, based on sbt.
https://lightbend-labs.github.io/dbuild
Other
83 stars 14 forks source link

Bump to sbt 0.13.5 for building (and proxy configuration semantics. #125

Closed jsuereth closed 10 years ago

jsuereth commented 10 years ago

Review by @cunei (at your leisure, just want this in the queue).

I verified that ^publishLocal still works, and tests still fail in the same place as on master.

jsuereth commented 10 years ago

@cunei Additionally, we can default to scala 2.9.2 so that none of your IDE settings would have to change, but those of us using sbt 0.13.5 proxy repository config would still benefit.

cunei commented 10 years ago

@jsuereth During development I just use ^compile and ^publish all the time anyway, and all still works, so nothing should change for me in principle.