sbt/buildfile/src
Eugene Yokota 5684a842c3 refactor: Remove sbt 0.13 `in` methods
**Problem**
See https://www.scala-sbt.org/1.x/docs/Migrating-from-sbt-013x.html#Migrating+to+slash+syntax

We should remove `scalacOptions in (Compile, console)` notation. This was deprecated in https://eed3si9n.com/sbt-1.5.0.

**Solution**
This renames `in` to `rescope` for internal usage, and ports the usages to slash.
2024-09-28 19:19:58 -04:00
..
main/scala/sbt/internal refactor: Remove sbt 0.13 `in` methods 2024-09-28 19:19:58 -04:00
test Merge branch '1.10.x' into wip/merge-1.10.x 2024-05-07 04:39:25 -04:00