Skip to content

Commit

Permalink
Merge pull request gfredericks#79 from frenchy64/deps-edn
Browse files Browse the repository at this point in the history
Add deps.edn
  • Loading branch information
gfredericks authored Feb 28, 2024
2 parents 97e97b5 + 65398d1 commit e45704b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ pom.xml.asc
*.class
/.lein-*
/.nrepl-port
/.cpcache
5 changes: 5 additions & 0 deletions deps.edn
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{:paths ["src" "resources"]
:deps {org.clojure/test.check {:mvn/version "1.1.0"}
clj-time/clj-time {:mvn/version "0.15.2"}
com.andrewmcveigh/cljs-time {:mvn/version "0.5.2"}
instaparse/instaparse {:mvn/version "1.4.10"}}}

0 comments on commit e45704b

Please sign in to comment.