Skip to content

Commit

Permalink
Bump the nREPL dep to 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bbatsov committed Jul 18, 2018
1 parent dc04d71 commit 4bf683b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}

:dependencies [[nrepl "0.4.1"]
:dependencies [[nrepl "0.4.2"]
^:source-dep [cider/orchard "0.3.0"]
^:source-dep [thunknyc/profile "0.5.2"]
^:source-dep [mvxcvi/puget "1.0.2"]
Expand Down
2 changes: 1 addition & 1 deletion test/smoketest/project.clj
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(defproject smoketest "0.1.0-SNAPSHOT"
:dependencies [[nrepl "0.4.1"]
:dependencies [[nrepl "0.4.2"]
[cider/cider-nrepl "0.19.0-SNAPSHOT"]]
:exclusions [org.clojure/clojure]
:profiles {:1.7 {:dependencies [[org.clojure/clojure "1.7.0"]]}
Expand Down

0 comments on commit 4bf683b

Please sign in to comment.