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 1, 2024
1 parent 2f05c35 commit 4bddaf1
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions deps.edn
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{:deps {org.clojure/clojure {:mvn/version "1.11.4"}
org.duct-framework/logger {:mvn/version "0.4.0"}
org.duct-framework/server.http.jetty {:mvn/version "0.3.0"}
compojure/compojure {:mvn/version "1.7.1"}
integrant/integrant {:mvn/version "0.13.0"}
metosin/jsonista {:mvn/version "0.3.11"}
metosin/muuntaja {:mvn/version "0.6.10"}
org.slf4j/slf4j-nop {:mvn/version "2.0.16"}
org.webjars/normalize.css {:mvn/version "5.0.0"}
ring/ring-core {:mvn/version "1.13.0"}
ring/ring-devel {:mvn/version "1.13.0"}
ring/ring-defaults {:mvn/version "0.5.0"}
ring-webjars/ring-webjars {:mvn/version "0.3.0"}}}

0 comments on commit 4bddaf1

Please sign in to comment.