Skip to content

Commit

Permalink
Added explicit dependency to Clojure 1.3.0 in top-level project
Browse files Browse the repository at this point in the history
  • Loading branch information
weavejester committed Oct 28, 2013
1 parent 44f6942 commit eea68c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion project.clj
Expand Up @@ -4,7 +4,8 @@
:license {:name "The MIT License"
:url "http://opensource.org/licenses/MIT"}
:dependencies
[[ring/ring-core "1.2.0"]
[[org.clojure/clojure "1.3.0"]
[ring/ring-core "1.2.0"]
[ring/ring-devel "1.2.0"]
[ring/ring-jetty-adapter "1.2.0"]
[ring/ring-servlet "1.2.0"]]
Expand Down

0 comments on commit eea68c3

Please sign in to comment.