sbt/main/src
Ethan Atkins 7dc5590190 Don't use deprecated `in` inside of macros
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
2021-03-08 10:54:01 -08:00
..
main Don't use deprecated `in` inside of macros 2021-03-08 10:54:01 -08:00
test Fix configuration identifier completion 2021-01-23 22:15:06 -05:00