I want to update a dependency of my project to its most recent state, (latest commit of its master branch), which is not released yet.
More specifically, the project I want to depend is using git and hosted public on GitHub. I use lein, which stands on the shoulders of maven.
What's the easiest way to do it?