Skip to content

Commit

Permalink
Bump the nREPL dep
Browse files Browse the repository at this point in the history
  • Loading branch information
bbatsov authored and trptcolin committed Nov 1, 2018
1 parent e18cd90 commit 92770e3
Show file tree
Hide file tree
Showing 2 changed files with 8 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.6"]
[org.thnetos/cd-client "0.3.6"]
[clj-stacktrace "0.2.7"]
[nrepl "0.4.2"]
[nrepl "0.4.5"]
[org.clojure/tools.cli "0.3.1"]
[nrepl/drawbridge "0.1.0"]
[trptcolin/versioneer "0.1.1"]
Expand Down
9 changes: 7 additions & 2 deletions spec/reply/integration_spec.clj
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,12 @@
;; TODO: this is easy but seems like wasted effort
;; probably better to use pomegranate
(def nrepl
{:local-path "spec/nrepl-0.4.4.jar"
:remote-url "https://clojars.org/repo/nrepl/nrepl/0.4.4/nrepl-0.4.4.jar"})
{:local-path "spec/nrepl-0.4.5.jar"
:remote-url "https://clojars.org/repo/nrepl/nrepl/0.4.5/nrepl-0.4.5.jar"})

(def bencode
{:local-path "spec/bencode-1.0.0.jar"
:remote-url "https://clojars.org/repo/nrepl/bencode/1.0.0/bencode-1.0.0.jar"})

(def logging
{:local-path "spec/tools.logging-0.4.1.jar"
Expand All @@ -39,6 +43,7 @@

(ensure-test-jar clojure)
(ensure-test-jar logging)
(ensure-test-jar bencode)
(ensure-test-jar nrepl)

(describe "standalone mode"
Expand Down

0 comments on commit 92770e3

Please sign in to comment.