Skip to content

Commit

Permalink
Add lein-release to list of plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
gfredericks committed Apr 1, 2018
1 parent 57f9900 commit 6993a32
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@

:profiles {:dev {:dependencies [[org.clojure/clojure "1.8.0"]
[org.clojure/clojurescript "1.7.228"]]
:plugins [[lein-codox "0.9.4"]]}
:plugins [[lein-codox "0.9.4"]
[lein-release/lein-release "1.0.4"]]}
:1.7 {:dependencies [[org.clojure/clojure "1.7.0"]]}}

:aliases {"all" ["with-profile" "dev:dev,1.7"]
Expand Down

0 comments on commit 6993a32

Please sign in to comment.