sbt/src/debian/changelog

42 lines
1.6 KiB
Plaintext
Raw Normal View History

2017-04-13 05:41:18 +02:00
sbt (0.13.15) stable; urgency=low
* sbt 0.13.15 removes the Maven version range when possible.
* Adds preliminary compatibility with JDK 9. Using this requires 0.13.15+ launcher. #2951 by @retronym
* Adds "local-preloaded" repository for offline installation
-- Eugene Yokota <eed3si9n@gmail.com> Mon, 10 Apr 2017 00:00:00 +0000
2017-01-21 12:36:33 +01:00
sbt (0.13.13) stable; urgency=low
* The `new` command, which helps creating new build definitions.
This is extensible via `templateResolverInfos` setting.
sbt 0.13.13 will ship with Giter8 template resolver out of the box.
#2705 by @eed3si9n
* Auto plugins can add synthetic subprojects. #2717 by @eed3si9n
* The no-longer-documented sbt 0.12 DSL `<<=`, `<+=`, and `<++=`
operators and tuple enrichment are now marked deprecated.
(These are removed in 1.0.x branch.) @eed3si9n and @dwijnand
* The `.value` method is deprecated for input tasks since `.evaluated`
is normally what's needed.
(Also removed in 1.0.x branch) #2709 by @eed3si9n
* sbt 0.13.13 will display deprecation warning for build.sbt.
#2784 by @eed3si9n
* Renames the early command `--<command>` that was added in 0.13.1 to
`early(<command>)`. `--error` will work, but we encourage you to
migrate to single hyphen version: `-error`, `-warn`, `-info`, and
`-debug`. #2742 by @eed3si9n
-- Dale Wijnand <dale.wijnand@gmail.com> Fri, 28 Oct 2016 14:30:00 +0000
sbt (0.12.0-build-0100)
* No need for different launcher jar files now
-- Joshua Suereth <joshua.suereth@typesafe.com> 2012-07-2012
2017-01-21 12:36:33 +01:00
sbt (0.11.2-build-0100)
* First debian package release
-- Joshua Suereth <joshua.suereth@typesafe.com> 2011-11-29