leiningen

lispers-anonymous 2021-09-03T12:39:09.016300Z

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}]]

lispers-anonymous 2021-09-03T12:57:57.016800Z

Probably should have tried this before posting, but upgrading s3-wagon-private to 1.3.4 fixed this 🎉