aboutsummaryrefslogtreecommitdiff
path: root/project.clj
diff options
context:
space:
mode:
authorEduardo Julian2016-10-26 02:28:26 -0400
committerEduardo Julian2016-10-26 02:28:26 -0400
commitdffc33d4e3beeac1f904cab8d6630674b5c03239 (patch)
tree5b44f4247cb23e5084051cfe5e4f35555936a343 /project.clj
parenta7ea5fd95a0758dce37e896f8db1b807ed5c255a (diff)
- Upgraded compiler to Clojure 1.8.
Diffstat (limited to '')
-rw-r--r--project.clj2
1 files changed, 1 insertions, 1 deletions
diff --git a/project.clj b/project.clj
index 20e2d32b6..068ceed11 100644
--- a/project.clj
+++ b/project.clj
@@ -11,7 +11,7 @@
:pom-addition [:developers [:developer
[:name "Eduardo Julian"]
[:url "https://github.com/eduardoejp"]]]
- :dependencies [[org.clojure/clojure "1.6.0"]
+ :dependencies [[org.clojure/clojure "1.8.0"]
[org.clojure/core.match "0.2.1"]
[org.ow2.asm/asm-all "5.0.3"]]
:warn-on-reflection true