Does anyone here know if there is a way to suppress these messages when starting a project with leiningnen
Warning: replacing existing support for s3p repositories
Warning: replacing existing support for s3 repositories
In my project.clj I have this code that I'm guessing is related
:plugins [[s3-wagon-private "1.3.1"]]
:repositories [["releases" {:url " "
:no-auth true ; use ~/.aws/credentials
:sign-releases false}]]Probably should have tried this before posting, but upgrading s3-wagon-private to 1.3.4 fixed this 🎉