roboscala / sbt-robovm

An sbt plugin for iOS development in Scala
BSD 2-Clause "Simplified" License
108 stars 16 forks source link

Switch to SBT 0.13.5+ #21

Closed aginiewicz closed 9 years ago

aginiewicz commented 10 years ago

SBT 0.13.5 is kind of SBT 1.0 preview ( see http://typesafe.com/blog/preview-of-upcoming-sbt-10-features-read-about-the-new-plugins ) - it changed quite a bit (for example Defaults.defaultSettings and friends are deprecated), so it might be a good idea to adapt soon, to ease switch to SBT 1.0 when it is released.

aginiewicz commented 10 years ago

I have no idea as I don't have Windows nor Mac, but the AutoPlugin feature of 0.13.5+ might help with https://github.com/roboscala/sbt-robovm/issues/10 - I'm not sure, but I fount this email quote:

"Yes. AutoPlugins are about adding plugins per-project, while project/plugins.sbt is about adding build-level dependencies." ( https://groups.google.com/forum/#!msg/scala-tools/EPWJLtRuiBQ/lxFsSIKvnoEJ )

ajhager commented 10 years ago

I would love to err on the side of relevant. We might alienate brew users, but every other platform needs to install everything from source anyway. Brew will catch up quickly.

Darkyenus commented 9 years ago

This update has already happened in https://github.com/roboscala/sbt-robovm/commit/41918d444be04356ccd7abc8b2c14edc13023019. If it wasn't intentional we can roll back (Safely, I think, but not 100% sure) or close this issue.

ajhager commented 9 years ago

Closed by 41918d4.