From ad5c0e6081b2784947ec38ce9348e33fde88f3c2 Mon Sep 17 00:00:00 2001 From: Colin Jones Date: Tue, 24 Oct 2017 11:13:26 -0500 Subject: [PATCH] Bump koan-engine to remove old jline --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 439608d..9638582 100644 --- a/project.clj +++ b/project.clj @@ -1,7 +1,7 @@ (defproject clojure-koans "0.5.1-SNAPSHOT" :description "The Clojure koans." :dependencies [[org.clojure/clojure "1.8.0"] - [koan-engine "0.2.3"]] + [koan-engine "0.2.4"]] :dev-dependencies [[lein-koan "0.1.3"]] :profiles {:dev {:dependencies [[lein-koan "0.1.3"]]}} :repl-options {:init-ns koan-engine.runner