mirror of
https://github.com/sbt/sbt.git
synced 2026-09-06 01:26:55 +02:00
Add missing match case
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.
This commit is contained in:
@@ -365,6 +365,7 @@ object State {
|
||||
case _ =>
|
||||
}
|
||||
}
|
||||
case _ =>
|
||||
}
|
||||
}
|
||||
s.put(BasicKeys.extendedClassLoaderCache, cache)
|
||||
|
||||
Reference in New Issue
Block a user