Skip to content

Commit

Permalink
Add deps.edn file
Browse files Browse the repository at this point in the history
  • Loading branch information
weavejester committed Nov 8, 2024
1 parent c00fb0d commit 4be1eb0
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 @@ -11,3 +11,4 @@ pom.xml.asc
.hg/
/dev.sqlite
/.clj-kondo
/.cpcache
5 changes: 5 additions & 0 deletions deps.edn
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{:deps {org.clojure/clojure {:mvn/version "1.11.4"}
org.duct-framework/logger {:mvn/version "0.4.0"}
dev.weavejester/ragtime {:mvn/version "0.10.1"}
integrant/integrant {:mvn/version "0.13.1"}
pandect/pandect {:mvn/version "1.0.2"}}}

0 comments on commit 4be1eb0

Please sign in to comment.