Permalink
Browse files
Added swank-clojure dev-dependency to ring-core
- Loading branch information...
Showing
with
2 additions
and
1 deletion.
-
+2
−1
ring-core/project.clj
|
|
@@ -7,4 +7,5 @@ |
|
|
[commons-io "1.4"]
|
|
|
[commons-fileupload "1.2.1"]
|
|
|
[javax.servlet/servlet-api "2.5"]]
|
|
|
- :dev-dependencies [[lein-clojars "0.5.0"]])
|
|
|
+ :dev-dependencies [[lein-clojars "0.5.0"]
|
|
|
+ [swank-clojure "1.2.1"]])
|
0 comments on commit
e644f3c