From 977e9985926c769c12f1911523a9c3d212d7df74 Mon Sep 17 00:00:00 2001 From: Aaron Bedra Date: Tue, 25 Oct 2011 22:39:13 -0400 Subject: [PATCH] Don't rely on SNAPSHOT version of swank-clojure --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index bd96a4b..ca06e9e 100644 --- a/project.clj +++ b/project.clj @@ -3,4 +3,4 @@ :dependencies [[org.clojure/clojure "1.3.0"] [fresh "1.0.2"] [jline "0.9.94" :exclusions [junit]]] - :dev-dependencies [[swank-clojure "1.3.0-SNAPSHOT" :exclusions [org.clojure/clojure]]]) + :dev-dependencies [[swank-clojure "1.3.0" :exclusions [org.clojure/clojure]]])