Native package heavily uses and recommends <+=
, which is deprecated
#919
Labels
project
General project issues
<+=
, which is deprecated
#919
The now-deprecated sbt dsl operator,
<+=
, is used frequently in the source, build, and docs for native packager. This operator is deprecated as of the latest release of sbt, is going away in sbt 1.0, and should be replaced with just a+=
and a postfix call to.taskValue
. It's especially problematic that the docs recommend using it because it sets users up for having to update their builds later and could cause them to see deprecation warnings, as well as requiring them to learn about a concept that isn't explained in the sbt documentation (since it's deprecated).The text was updated successfully, but these errors were encountered: