Bump koan-engine to remove old jline

This commit is contained in:
Colin Jones 2017-10-24 11:13:26 -05:00
parent 7974120ec3
commit ad5c0e6081
No known key found for this signature in database
GPG Key ID: BB1DBD3616F1DDB9

View File

@ -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