diff --git a/README.md b/README.md index b7af77b..f3d96d9 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,9 @@ lein-voom is a Leiningen plugin that helps you clean up your dependency tree. Use this for user-level plugins: -Put `[lein-voom "0.1.0-20171223_194437-g8076aed"]` into the `:plugins` vector of your +Put `[lein-voom "0.1.0-20171225_233657-g7962d1d"]` into the `:plugins` vector of your `:user` profile, or if you are on Leiningen 1.x do `lein plugin install -voom 0.1.0-20171223_194437-g8076aed`. +voom 0.1.0-20171225_233657-g7962d1d`. Annotate your voom dependencies in your ```project.clj```. For example: ```clojure diff --git a/test/version_testing/test-lein-versions.sh b/test/version_testing/test-lein-versions.sh index 60e3547..18999f3 100755 --- a/test/version_testing/test-lein-versions.sh +++ b/test/version_testing/test-lein-versions.sh @@ -2,7 +2,7 @@ set -e -LEIN_VOOM_VERSION=${LEIN_VOOM_VERSION:-0.1.0-20171223_194437-g8076aed} +LEIN_VOOM_VERSION=${LEIN_VOOM_VERSION:-0.1.0-20171225_233657-g7962d1d} LEIN_TEST_VERSIONS=${LEIN_TEST_VERSIONS:-2.6.1 2.7.1 2.8.1} LEIN_TESTS=${LEIN_TESTS:-$(echo scripts/*)}