mirror of
https://github.com/sbt/sbt.git
synced 2026-09-01 02:27:13 +02:00
- Replace try-catch with Exception.nonFatalCatch.opt for cleaner code - Follows Scala best practices for non-fatal exception handling - More functional and idiomatic approach - Avoids catching fatal exceptions like VirtualMachineError