mirror of https://github.com/sbt/sbt.git
Merge pull request #5197 from jsoref/patch-1
Remove excess quotation mark
This commit is contained in:
commit
e4ee8d4a7f
|
|
@ -98,7 +98,7 @@ private[sbt] object LibraryManagement {
|
||||||
val cachedResolve = Tracked.lastOutput[UpdateInputs, UpdateReport](cache) {
|
val cachedResolve = Tracked.lastOutput[UpdateInputs, UpdateReport](cache) {
|
||||||
case (_, Some(out)) if upToDate(inChanged, out) => markAsCached(out)
|
case (_, Some(out)) if upToDate(inChanged, out) => markAsCached(out)
|
||||||
case pair =>
|
case pair =>
|
||||||
log.debug(s""""not up to date. inChanged = $inChanged, force = $force""")
|
log.debug(s"""not up to date. inChanged = $inChanged, force = $force""")
|
||||||
resolve
|
resolve
|
||||||
}
|
}
|
||||||
import scala.util.control.Exception.catching
|
import scala.util.control.Exception.catching
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue