From d61a9b24fbd8aa0dec252aaadd3a5ef14bc9bc8e Mon Sep 17 00:00:00 2001 From: Seth Tisue Date: Fri, 25 Jan 2019 12:09:51 -0800 Subject: [PATCH] tweak build to allow compiling compiler bridge on 2.13 for the Scala 2.13 community build --- project/NightlyPlugin.scala | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/project/NightlyPlugin.scala b/project/NightlyPlugin.scala index 5ab480cf2..a9e0b2c9e 100644 --- a/project/NightlyPlugin.scala +++ b/project/NightlyPlugin.scala @@ -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")