mirror of
https://github.com/sbt/sbt.git
synced 2026-09-04 08:45:56 +02:00
The Reload exception that I added in the sbt package really wasn't intended to be public. It's only meant to be used by checkMetaBuildSources, which the users shouldn't override. I put it in the top package though because I wanted it to be next to FullReload. I also am not sure why the Reload object in Watch was private[sbt], but while writing documentation, I realized that users couldn't access it.