Skip to content

Commit

Permalink
Bump koan-engine to remove old jline
Browse files Browse the repository at this point in the history
  • Loading branch information
trptcolin committed Oct 24, 2017
1 parent 7974120 commit ad5c0e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit ad5c0e6

Please sign in to comment.