From c7bd27047a82a84327cf6b581bee7bda01794110 Mon Sep 17 00:00:00 2001 From: Colin Jones Date: Sun, 23 Feb 2014 21:13:11 -0600 Subject: [PATCH] Bump koan-engine for doc/code alternation check --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index d2bf039..e553fe4 100644 --- a/project.clj +++ b/project.clj @@ -1,7 +1,7 @@ (defproject clojure-koans "0.5.0-SNAPSHOT" :description "The Clojure koans." :dependencies [[org.clojure/clojure "1.5.1"] - [koan-engine "0.2.0"]] + [koan-engine "0.2.1"]] :dev-dependencies [[lein-koan "0.1.2"]] :profiles {:dev {:dependencies [[lein-koan "0.1.2"]]}} :repl-options {:init-ns user}