mirror of
https://github.com/sbt/sbt.git
synced 2026-09-02 11:07:30 +02:00
The inputFileChanges, inputFiles and outputFiles macros all used the now deprecated `in` syntax, which causes warnings for builds that use these apis. SlashSyntax doesn't naively work in these macros so it was easier to just reimplement the logic in this file. Fixes #6330