mirror of https://github.com/sbt/sbt.git
Update main-actions/src/main/scala/sbt/Sync.scala
This commit is contained in:
parent
696a19f5d7
commit
7efbbf2f34
|
|
@ -44,7 +44,7 @@ object Sync {
|
|||
def sync(
|
||||
store: CacheStore,
|
||||
fileConverter: FileConverter
|
||||
): Traversable[(File, File)] => Relation[File, File] = sync(store, fileConverter)
|
||||
): Traversable[(File, File)] => Relation[File, File] = sync(store, FileInfo.lastModified, fileConverter)
|
||||
|
||||
def sync(
|
||||
store: CacheStore,
|
||||
|
|
|
|||
Loading…
Reference in New Issue