summaryrefslogtreecommitdiff
path: root/clojure/deps.edn
diff options
context:
space:
mode:
authorArnaud Bailly <arnaud.bailly@iohk.io>2025-01-25 10:45:41 +0100
committerArnaud Bailly <arnaud.bailly@iohk.io>2025-01-25 10:45:41 +0100
commit7752d73216578d5961751b5d0535088d384b4aa6 (patch)
tree786e46fe1276e93ade0a48398cd4c9ac13081707 /clojure/deps.edn
parentd6f68e919db51d366c8ca3c1509bea12aa81d692 (diff)
downloadlambda-nantes-7752d73216578d5961751b5d0535088d384b4aa6.tar.gz
Move λ-calcul workshop code to subdirectory
Diffstat (limited to 'clojure/deps.edn')
-rw-r--r--clojure/deps.edn13
1 files changed, 0 insertions, 13 deletions
diff --git a/clojure/deps.edn b/clojure/deps.edn
deleted file mode 100644
index b43182c..0000000
--- a/clojure/deps.edn
+++ /dev/null
@@ -1,13 +0,0 @@
-{:paths ["src"]
- :deps
- {metosin/reitit {:mvn/version "0.7.0"}
- metosin/reitit-middleware {:mvn/version "0.7.0"}
- ring/ring-jetty-adapter {:mvn/version "1.12.1"}
- ring/ring-devel {:mvn/version "1.12.1"}
- clj-http/clj-http {:mvn/version "3.13.0"}}
-
- :aliases
- {;; Run with clj -T:build function-in-build
- :build {:deps {io.github.clojure/tools.build {:git/tag "v0.10.0" :git/sha "3a2c484"}}
- :ns-default build}}}
- \ No newline at end of file