Skip to content

Commit

Permalink
finalize version number
Browse files Browse the repository at this point in the history
  • Loading branch information
dgknght committed Oct 9, 2022
1 parent 8dd7fa2 commit bd9e2bb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ A Leiningen plugin for detecting vulnerable project dependencies. Basic clojure
To run dependency-check without having to add it to every Leiningen project as a project-level plugin,
add dependency-check to the `:plugins` vector of your `:user` profile. E.g., a `~/.lein/profiles.clj` with dependency-check as a plugin -
```
{:user {:plugins [[com.livingsocial/lein-dependency-check "1.2.0"]]}}
{:user {:plugins [[com.livingsocial/lein-dependency-check "1.4.0"]]}}
```

If you are on Leiningen 1.x do `lein plugin install lein-dependency-check 1.2.0`.
If you are on Leiningen 1.x do `lein plugin install lein-dependency-check 1.4.0`.

### As a Project-Level Plugin:

Add `[com.livingsocial/lein-dependency-check "1.2.0"]` to the `:plugins` vector of your project.clj.
Add `[com.livingsocial/lein-dependency-check "1.4.0"]` to the `:plugins` vector of your project.clj.

Project-level configuration may be provided under a `:dependency-check` key in your project.clj. Currently supported options are:
* `log` log each vulnerability found to stdout
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(def dependency-check-version "7.2.1")

(defproject com.livingsocial/lein-dependency-check "1.4.0-SNAPSHOT"
(defproject com.livingsocial/lein-dependency-check "1.4.0"
:description "Clojure command line tool for detecting vulnerable project dependencies"
:url "https://github.com/livingsocial/lein-dependency-check"
:license {:name "The MIT License (MIT)"
Expand Down

0 comments on commit bd9e2bb

Please sign in to comment.