Skip to content

Commit

Permalink
Add :repositories to dependency record #10
Browse files Browse the repository at this point in the history
  • Loading branch information
liquidz committed Jul 18, 2020
1 parent d491230 commit d9814c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/antq/record.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
(ns antq.record)

(defrecord Dependency
[type file name version latest-version])
[type file name version latest-version
repositories])

0 comments on commit d9814c3

Please sign in to comment.