tweak build to allow compiling compiler bridge on 2.13

for the Scala 2.13 community build
This commit is contained in:
Seth Tisue 2019-01-25 12:09:51 -08:00
parent ff34aa9d55
commit d61a9b24fb
1 changed files with 1 additions and 2 deletions

View File

@ -36,8 +36,7 @@ object NightlyPlugin extends AutoPlugin {
case sv if sv startsWith "2.8." => crossVersion.value
case sv if sv startsWith "2.9." => crossVersion.value
case sv if sv startsWith "2.10." => crossVersion.value
case sv if sv startsWith "2.11." => CrossVersion.full
case sv if sv startsWith "2.12." => CrossVersion.full
case _ => CrossVersion.full
}
},
resolvers += Resolver.typesafeIvyRepo("releases")