mirror of
https://github.com/sbt/sbt.git
synced 2026-08-29 01:24:09 +02:00
Ref #6592 When there's an issue like timeout, currently it throws a ClassCastException because I made some assumption about the underlying error. This removes the unnecessary casting.