mirror of https://github.com/sbt/sbt.git
Merge pull request #4235 from eed3si9n/wip/bump
Util 1.2.0-M2, LM 1.2.0-M2
This commit is contained in:
commit
2c550b73f1
|
|
@ -296,8 +296,9 @@ object Scope {
|
|||
val scope = Scope.replaceThis(GlobalScope)(rawScope)
|
||||
|
||||
// This is a hot method that gets called many times
|
||||
def expandDelegateScopes(resolvedProj: ResolvedReference)(
|
||||
pLin: Seq[ScopeAxis[ResolvedReference]]): Vector[Scope] = {
|
||||
def expandDelegateScopes(
|
||||
resolvedProj: ResolvedReference
|
||||
)(pLin: Seq[ScopeAxis[ResolvedReference]]): Vector[Scope] = {
|
||||
val tLin = scope.task match {
|
||||
case t @ Select(_) => linearize(t)(taskInherit)
|
||||
case _ => withZeroAxis(scope.task)
|
||||
|
|
|
|||
|
|
@ -9,8 +9,8 @@ object Dependencies {
|
|||
|
||||
// sbt modules
|
||||
private val ioVersion = "1.2.0-M2"
|
||||
private val utilVersion = "1.2.0-M1"
|
||||
private val lmVersion = "1.2.0-M1"
|
||||
private val utilVersion = "1.2.0-M2"
|
||||
private val lmVersion = "1.2.0-M2"
|
||||
private val zincVersion = "1.2.0-M1"
|
||||
|
||||
private val sbtIO = "org.scala-sbt" %% "io" % ioVersion
|
||||
|
|
|
|||
Loading…
Reference in New Issue