mirror of
https://github.com/sbt/sbt.git
synced 2026-09-02 19:49:26 +02:00
* Expose the values PAST the Eval/sbt.compiler package. * Find projects using the name API rather than finding htem and dropping all values immediately. * Adds a test to make sure the .sbt values are discovered and set-able * Expose .sbt values in Set command and inside BuildUnit methods. * Ensure `consoleProject` can see build.sbt values. * Add notes for where we can look in the build if we want to expose .sbt values between files.