mirror of https://github.com/sbt/sbt.git
tweak build to allow compiling compiler bridge on 2.13
for the Scala 2.13 community build
This commit is contained in:
parent
ff34aa9d55
commit
d61a9b24fb
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Reference in New Issue