Skip to content

Commit

Permalink
Bump the nREPL dep to 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bbatsov authored and trptcolin committed Jun 4, 2018
1 parent e536978 commit 3fb8156
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
[jline "2.14.5"]
[org.thnetos/cd-client "0.3.6"]
[clj-stacktrace "0.2.7"]
[nrepl "0.4.0"]
[nrepl "0.4.1"]
[org.clojure/tools.cli "0.3.1"]
[nrepl/drawbridge "0.1.0"]
[trptcolin/versioneer "0.1.1"]
Expand Down
4 changes: 2 additions & 2 deletions spec/reply/integration_spec.clj
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
;; TODO: this is easy but seems like wasted effort
;; probably better to use pomegranate
(def nrepl
{:local-path "spec/nrepl-0.4.0.jar"
:remote-url "https://clojars.org/repo/nrepl/nrepl/0.4.0/nrepl-0.4.0.jar"})
{:local-path "spec/nrepl-0.4.1.jar"
:remote-url "https://clojars.org/repo/nrepl/nrepl/0.4.1/nrepl-0.4.1.jar"})

(def logging
{:local-path "spec/tools.logging-0.4.1.jar"
Expand Down

0 comments on commit 3fb8156

Please sign in to comment.