Skip to content

Commit

Permalink
Bump the Clojure dep
Browse files Browse the repository at this point in the history
nREPL depends on Clojure 1.7.
  • Loading branch information
bbatsov committed Apr 8, 2020
1 parent 1843139 commit f922224
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
Expand Up @@ -3,7 +3,7 @@

(defproject reply "0.4.5-SNAPSHOT"
:description "REPL-y: A fitter, happier, more productive REPL for Clojure."
:dependencies [[org.clojure/clojure "1.6.0"]
:dependencies [[org.clojure/clojure "1.7.0"]
[jline "2.14.6"]
[org.thnetos/cd-client "0.3.6"]
[clj-stacktrace "0.2.8"]
Expand Down

0 comments on commit f922224

Please sign in to comment.