Skip to content

Commit

Permalink
Qualify dependencies
Browse files Browse the repository at this point in the history
clojure tools 1.10.1.590 otherwise give this warning:

DEPRECATED: Libs must be qualified, change nvd-clojure => nvd-clojure/nvd-clojure (deps.edn)
  • Loading branch information
hoxu committed Jul 29, 2020
1 parent 03a1fa1 commit 676a695
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps.edn
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{:deps {nvd-clojure {:mvn/version "1.4.0"}
{:deps {nvd-clojure/nvd-clojure {:mvn/version "1.4.0"}
metosin/jsonista {:mvn/version "0.2.6"}
org.clojure/tools.cli {:mvn/version "1.0.194"}
org.clojure/tools.deps.alpha {:mvn/version "0.8.709"}}}

0 comments on commit 676a695

Please sign in to comment.