mirror of https://github.com/sbt/sbt.git
The main project emits a number of deprecation warnings. I've isolated the deprecation warnings related to Watch to the DeprecatedContinuous file. I fixed the deprecation warnings where it was straightforward to do so. After this change, there are three non-watch related changes emitted: 1) Defaults.scala:3760 uses the deprecated InputTask.apply. This seems fixable but I'm not in a hurry 2) oldLoadFailed and oldLastGrep are used by Main. I think this could just be fixed by removing the deprecation warnings and setting them private[sbt] since they will still be available in the shell. |
||
|---|---|---|
| .. | ||
| main | ||
| test | ||