Merge pull request #5437 from dwijnand/add-missing-AList-type-alias

Add missing AList type alias to sbt.Import
This commit is contained in:
eugene yokota 2020-02-16 00:42:39 -05:00 committed by GitHub
commit 576f738de7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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