mirror of
https://github.com/sbt/sbt.git
synced 2026-09-02 02:57:21 +02:00
While the AnyLeft and AnyRight types are necessary to make the extension class work, I don't want to leak the AnyLeft or AnyRight traits into the public api. It wasn't neceessary to annotate `some`, but it's good practice to annotate anything public anyway.