Opened 11 years ago
Closed 11 years ago
#40346 closed update (fixed)
sbt @0.12.4_0: update to 0.13.0
Reported by: | larryv (Lawrence Velázquez) | Owned by: | blair (Blair Zajac) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ||
Port: | sbt |
Description
The home page and distfile source have also moved to http://www.scala-sbt.org/.
Change History (5)
comment:1 Changed 11 years ago by blair (Blair Zajac)
comment:2 Changed 11 years ago by larryv (Lawrence Velázquez)
I honestly can’t say; I opened this in response to a request in the IRC channel.
comment:3 Changed 11 years ago by blair (Blair Zajac)
We could add a 'sbt-devel' port for 0.13.0 until enough plugins are available to make it easy for people to upgrade. Or we rename sbt to sbt0.12 and add sbt0.13. That's probably better for flexibility.
comment:4 Changed 11 years ago by jzaugg@…
SBT launchers are backwards compatible. Projects contain a file ./project/build.properties
that contains `sbt.version=0.12.4'.
The launcher will then build that project with 0.12.4.
The visible change is the default; if that config file is not included, SBT 0.13.0 will be used as a default.
HomeBrew has been updated 0.13.0.
comment:5 Changed 11 years ago by blair (Blair Zajac)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Thanks for providing the info on build.properties, that makes the upgrade much safer.
Fixed in r111172.
How well does 0.13.0 work with existing 0.12.x projects?