In the readme, it specifies {:mvn/version "0.1.11"} for dependency and the next command provided uses the recently added :headers flag feature, which is actually not in the version 0.1.11 . The simple workaround is to use git deps like this:
I don't know what fix is better, whether to update the readme to use sha or to make a new release. So I am making this issue first just in case someone else needs it.
In the readme, it specifies
{:mvn/version "0.1.11"}
for dependency and the next command provided uses the recently added:headers
flag feature, which is actually not in the version0.1.11
. The simple workaround is to use git deps like this:I don't know what fix is better, whether to update the readme to use sha or to make a new release. So I am making this issue first just in case someone else needs it.