-
Notifications
You must be signed in to change notification settings - Fork 135
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please Release #254
Comments
I'll try to cut a release soon. Until then, you can use kibit as a git dependency with {:git/url "..." :git/sha "..."} to use the latest commit. |
Hello @NoahTheDuke I apologize for rushing you and for this question. I just see that the last tag was created in 2019... :) |
Thank you for everyone's patience. I've released kibit version 0.1.10 and once I'm added to the right clojars group, I'll release lein-kibit 0.1.10 as well (hopefully tomorrow). |
Thanks for the release ! |
Hi,
i followed the documentation to use with deps.edn
kibit/README.md
Line 138 in 93a9ce5
but i get the error
Namespace kibit.driver loaded but function not found: exec
https://gitlab.com/pinage404/nix-sandboxes/-/commit/ea962cb385eecbbf1841864b06911ba1b6958a38
i guess this is because the last released version doesn't contain the
exec
functionhttps://github.com/clj-commons/kibit/blob/0.1.8/kibit/src/kibit/driver.clj
which has been added since #252
The text was updated successfully, but these errors were encountered: