Skip to content

Commit

Permalink
[README] Bump lein-voom version.
Browse files Browse the repository at this point in the history
  • Loading branch information
abrooks committed Dec 26, 2017
1 parent 7962d1d commit 30f13ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion test/version_testing/test-lein-versions.sh
Expand Up @@ -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/*)}

Expand Down

0 comments on commit 30f13ff

Please sign in to comment.