Commit b10184a7 authored by Schuyler Eldridge's avatar Schuyler Eldridge
Browse files

Change Dependency API to Class[_ <: A]



This changes the Dependency API to specify dependencies in terms of
classes subtyping the DependencyAPI trait. Previously, this was
invariant which caused a bunch of ugly, unneeded .asInstanceOf jank.

Signed-off-by: default avatarSchuyler Eldridge <schuyler.eldridge@ibm.com>
parent ab87b5a1
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment