We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b4e09d commit b00e668Copy full SHA for b00e668
project.clj
@@ -1,10 +1,10 @@
1
(defproject tryclojure "0.1.0-SNAPSHOT"
2
:description "A simple web-based Clojure REPL for trying out Clojure without having to install it."
3
- :dependencies [[org.clojure/clojure "1.4.0"]
4
- [lib-noir "0.8.1"]
5
- [compojure "1.1.6"]
+ :dependencies [[org.clojure/clojure "1.6.0"]
+ [lib-noir "0.9.4"]
+ [compojure "1.2.1"]
6
[ring-server "0.3.1"]
7
- [commons-lang/commons-lang "2.5"]
+ [commons-lang/commons-lang "2.6"]
8
[clojail "1.0.6"]]
9
:jvm-opts ["-Djava.security.policy=example.policy" "-Xmx80M"]
10
:min-lein-version "2.0.0"
0 commit comments