mirror of https://github.com/sbt/sbt.git
Make AllLibraryJars a case object
This improves the toString and also allows it to be used in a pattern match.
This commit is contained in:
parent
63956827e0
commit
cda4713f89
|
|
@ -96,5 +96,5 @@ object ClassLoaderLayeringStrategy {
|
|||
/**
|
||||
* Add a layer on top of the ScalaLibrary layer for all of the jar dependencies.
|
||||
*/
|
||||
object AllLibraryJars extends AllLibraryJars
|
||||
case object AllLibraryJars extends AllLibraryJars
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue