Robin Green
Robin Green

Reputation: 33093

Reload plugin in sbt

How do I make sbt 0.11.3 use a new snapshot version of a plugin?

reload plugins

doesn't work.

reload plugins
clean
update

doesn't work.

Deleting the metadata files for the plugin in the ivy cache and restarting sbt doesn't work.

Upvotes: 2

Views: 3502

Answers (2)

Oleksii
Oleksii

Reputation: 1111

sbt ";reload plugins ;update ;reload return"

Upvotes: 8

Robin Green
Robin Green

Reputation: 33093

My mistake. The plugin wasn't being reloaded because the new snapshot hadn't been published for the version of sbt that I was using.

Upvotes: 2

Related Questions