Skip to content

Commit

Permalink
fix git dep example
Browse files Browse the repository at this point in the history
  • Loading branch information
puredanger committed Jan 7, 2024
1 parent f4430f8 commit 6b82544
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/reference/deps_edn.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ Examples:
org.clojure/tools.reader {:mvn/version "1.1.1"}
;; example git dep
io.github.sally/awesome {:tag "v1.2.3" :sha "123abcd"}
io.github.sally/awesome {:git/tag "v1.2.3" :git/sha "123abcd"}
;; example local project
my.dev/project {:local/root "../project"}
Expand Down

0 comments on commit 6b82544

Please sign in to comment.