Skip to content

ZIP dependency SNAPSHOTs not being updated in 0.12.1 #637

@galderz

Description

@galderz

I'm using SBT 0.12.1 and I'm seeing ZIP artifact based SNAPSHOT dependencies not being updated, even after executing 'update'. Example:

Dependency:
"io.escalante" % "escalante-dist" % "0.2.0-SNAPSHOT" artifacts(Artifact("escalante-dist", "zip", "zip")),

I first updated the dependency on 10th December and I've just updated it yesterday, 10th of January. Looking at my .ivy folder I see:

-rw-r--r--  1 g  staff  34084 Jan 10 23:53 ivy-0.2.0-SNAPSHOT.xml
-rw-r--r--  1 g  staff   6122 Jan 10 23:53 ivy-0.2.0-SNAPSHOT.xml.original
-rw-r--r--  1 g  staff   1114 Jan 11 17:16 ivydata-0.2.0-SNAPSHOT.properties
drwxr-xr-x  3 g  staff    102 Dec 18 18:41 zips

And zips contains the one from December :(

-rw-r--r--  1 g  staff  140518828 Dec 10 18:55 escalante-dist-0.2.0-SNAPSHOT.zip

So, the ZIP has not been updated?? :(

Metadata file info:

What is going on here?

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions