From 1b30da8bb90eb9edd7879cb059fe3163df94828f Mon Sep 17 00:00:00 2001 From: Pierre-Yves Ritschard Date: Mon, 31 Oct 2011 13:40:18 +0100 Subject: [PATCH] math.combinatorics 0.0.2 is out. --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 439c88f..d298888 100644 --- a/project.clj +++ b/project.clj @@ -3,7 +3,7 @@ :dependencies [[org.clojure/clojure "1.3.0"] [org.clojure/algo.generic "0.1.0-SNAPSHOT"] [org.clojure/core.incubator "0.1.0"] - [org.clojure/math.combinatorics "0.0.2-SNAPSHOT"] + [org.clojure/math.combinatorics "0.0.2"] [org.clojure/tools.logging "0.2.3"] [potemkin "0.1.1-SNAPSHOT"]] ;;:jvm-opts ["-agentlib:jdwp=transport=dt_socket,address=8030,server=y,suspend=n"]