sbt-ecr icon indicating copy to clipboard operation
sbt-ecr copied to clipboard

Missing resolver information in documentation

Open broilogabriel opened this issue 6 years ago • 4 comments

I only found information about the resolver in your blog post:

resolvers += Resolver.url("bintray-sbilinski", url("http://dl.bintray.com/sbilinski/maven"))(Resolver.ivyStylePatterns)

http://mintbeans.com/sbt-amazon-ecr/

I'll create a PR later to update the README to something similar as you've written in your blog post.

broilogabriel avatar Jul 24 '18 12:07 broilogabriel

Having the default resolver settings should be enough since #1 was introduced (9729e1f). Did you experience any issues with the base setup in that matter?

sjednac avatar Jul 24 '18 22:07 sjednac

Yes, I wans't able to download the library without adding the resolver @sbilinski

broilogabriel avatar Jul 25 '18 15:07 broilogabriel

Just to clarify - are you using the latest version for the moment (i.e. 0.10.0) or the one from the blog post?

sjednac avatar Jul 25 '18 15:07 sjednac

Yes, I'm using the latest one. I was following the readme of the repo to setup my project but when it didn't work I searched a bit more and found the blog post. Only with the resolver I've managed to download the dependency.

broilogabriel avatar Jul 25 '18 15:07 broilogabriel