mirror of
https://github.com/sbt/sbt.git
synced 2026-08-30 17:54:25 +02:00
There was an incomplete pattern match that assumed that the jars in the scala provider included one with the name "scala-library.jar". In practice, I think this is always true, but it's safer to have a fallback case and it also removes the compiler warning.