mirror of https://github.com/sbt/sbt.git
Merge pull request #5437 from dwijnand/add-missing-AList-type-alias
Add missing AList type alias to sbt.Import
This commit is contained in:
commit
576f738de7
|
|
@ -122,6 +122,7 @@ trait Import {
|
|||
|
||||
// sbt.internal.util
|
||||
val AList = sbt.internal.util.AList
|
||||
type AList[K[L[x]]] = sbt.internal.util.AList[K]
|
||||
type AbstractRMap[K[_], V[_]] = sbt.internal.util.AbstractRMap[K, V]
|
||||
type AlreadyHandledException = sbt.internal.util.AlreadyHandledException
|
||||
val AttributeEntry = sbt.internal.util.AttributeEntry
|
||||
|
|
|
|||
Loading…
Reference in New Issue