From 3fb81561c077e40e33b8caaa1432e0daca1ad521 Mon Sep 17 00:00:00 2001 From: Bozhidar Batsov Date: Wed, 23 May 2018 09:46:52 +0300 Subject: [PATCH] Bump the nREPL dep to 0.4.1 --- project.clj | 2 +- spec/reply/integration_spec.clj | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/project.clj b/project.clj index 10c6aeb..c54cf6b 100644 --- a/project.clj +++ b/project.clj @@ -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"] diff --git a/spec/reply/integration_spec.clj b/spec/reply/integration_spec.clj index 7caffc9..f7a74b4 100644 --- a/spec/reply/integration_spec.clj +++ b/spec/reply/integration_spec.clj @@ -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"