aboutsummaryrefslogtreecommitdiff
path: root/deps.edn
diff options
context:
space:
mode:
authorShagun Agrawal <agrawalshagun07@gmail.com>2024-07-24 18:51:24 +0530
committerShagun Agrawal <agrawalshagun07@gmail.com>2024-07-24 18:51:24 +0530
commitab32a441a6aafb29cf615e14dcd284e9f62786ef (patch)
treec4f3cdd4e75bc0e9a0f6f2bf5405fccc0bbe87ad /deps.edn
parent76041390b66ae1a7e903bfd40b3b176dc895b385 (diff)
Add initial compiler implementation
Diffstat (limited to 'deps.edn')
-rw-r--r--deps.edn5
1 files changed, 3 insertions, 2 deletions
diff --git a/deps.edn b/deps.edn
index f3ab417..2f7d422 100644
--- a/deps.edn
+++ b/deps.edn
@@ -1,6 +1,7 @@
{:paths ["src" "resources"]
- :deps {org.clojure/clojure {:mvn/version "1.11.3"}
- instaparse/instaparse {:mvn/version "1.5.0"}}
+ :deps {org.clojure/clojure {:mvn/version "1.11.1"}
+ instaparse/instaparse {:mvn/version "1.5.0"}
+ com.github.clj-easy/graal-build-time {:mvn/version "1.0.5"}}
:aliases
{:run-m {:main-opts ["-m" "cljcc.cljcc"]}
:run-x {:ns-default cljcc.cljcc