Don't assume directory listing to be changing...

for non changing dependencies
This commit is contained in:
Alexandre Archambault 2017-02-21 15:57:39 +01:00
parent a84057f792
commit 0e9109c3f7
2 changed files with 2 additions and 2 deletions

View File

@ -168,7 +168,7 @@ final case class IvyRepository(
Map.empty,
Map.empty,
Attributes("", ""),
changing = true,
changing = changing.getOrElse(version.contains("-SNAPSHOT")),
authentication
)

View File

@ -258,7 +258,7 @@ final case class MavenRepository(
Map.empty,
Map.empty,
Attributes("", ""),
changing = true,
changing = changing.getOrElse(version.contains("-SNAPSHOT")),
authentication
)