aboutsummaryrefslogtreecommitdiff
path: root/stage2/GitDependency.scala
diff options
context:
space:
mode:
Diffstat (limited to 'stage2/GitDependency.scala')
-rw-r--r--stage2/GitDependency.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/stage2/GitDependency.scala b/stage2/GitDependency.scala
index e27eff9..059d650 100644
--- a/stage2/GitDependency.scala
+++ b/stage2/GitDependency.scala
@@ -76,5 +76,5 @@ case class GitDependency(
def exportedClasspath = ClassPath()
private[cbt] def targetClasspath = exportedClasspath
- def needsUpdate: Boolean = false
+ def lastModified: Long = dependency.lastModified
}