about summary refs log tree commit diff
path: root/boilerplate/clojure/project.clj
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2020-05-04T11·32+0100
committerWilliam Carroll <wpcarro@gmail.com>2020-05-04T11·32+0100
commit066b1441b29df2d9616eabc8680e912e912cbb07 (patch)
tree906f1a4415a7eff50d26fce39f5c36e309de7c6a /boilerplate/clojure/project.clj
parent7a7c29d46ce1503a57f7a81512d11960ca0f72c8 (diff)
Support //boilerplate/clojure
While this is most likely incomplete or even erroneous, I'd like to start
supporting Clojure in this repository.
Diffstat (limited to 'boilerplate/clojure/project.clj')
-rw-r--r--boilerplate/clojure/project.clj2
1 files changed, 2 insertions, 0 deletions
diff --git a/boilerplate/clojure/project.clj b/boilerplate/clojure/project.clj
new file mode 100644
index 000000000000..54e34eab7a5d
--- /dev/null
+++ b/boilerplate/clojure/project.clj
@@ -0,0 +1,2 @@
+(defproject boilerplate "0.0.1"
+  :dependencies [[org.clojure/clojure "1.8.0"]])