sbt/notes/0.13.13
eugene yokota 16a6906826 Deprecate the old operators `<<=`, `<+=`, and `<++=` (#2716)
* Backport style changes in tests and Defaults.scala

This backports the scripted tests and Defaults.scala style changes to
use `build.sbt` and `:=`.

* Fix backport

* 	Deprecate the old operators `<<=`, `<+=`, and `<++=`

The no-longer-documented operators `<<=`, `<+=`, and `<++=` are
deprecated in anticipation of the removal in sbt 1.0. Ref #2711

For `<<=`, the suggested migration would be to use either `:=` or `~=`
operators. The RHS of `<<=` takes an `Initialize[_]` expression, which
can be converted to `:=` style by wrapping the expression in
parenthesis, and calling `.value` at the end.
2016-08-29 21:15:13 +02:00
..
aggregate-build-sbt.md `aggregate` can now be used inside a .sbt file 2016-07-25 12:07:49 +09:00
extras.md Add buildExtras and projectExtras. Fixes #2532 2016-08-27 07:31:51 -04:00
fix-key-selection-for-build-level-keys.md Notes for #2708 2016-08-24 14:01:34 +02:00
inputtask_value.md Deprecate .value extension method from input tasks (#2709) 2016-08-26 14:44:49 -04:00
ops_deprecation.md Deprecate the old operators `<<=`, `<+=`, and `<++=` (#2716) 2016-08-29 21:15:13 +02:00
template_cmd.md Adds templateResolvers and `new` command 2016-08-22 02:38:46 -04:00