Skip to content

Commit 04ff84a

Browse files
Bump nREPL and Piggieback versions
1 parent 837869f commit 04ff84a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

project.clj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
;; 1.3.7 and 1.4.7 are working, but we need 1.3.7 for JDK8
3131
[ch.qos.logback/logback-classic "1.3.7"]
3232
[org.clojure/test.check "1.1.1"]
33-
[cider/piggieback "0.5.3"]
33+
[cider/piggieback "0.6.0"]
3434
[nubank/matcher-combinators "3.9.1"]]
3535
:source-paths (cond-> ["test/src"]
3636
;; We only include sources with JDK21 because we only
@@ -50,7 +50,7 @@
5050
:license {:name "Eclipse Public License"
5151
:url "http://www.eclipse.org/legal/epl-v10.html"}
5252
:scm {:name "git" :url "https://github.com/clojure-emacs/cider-nrepl"}
53-
:dependencies [[nrepl "1.1.1" :exclusions [org.clojure/clojure]]
53+
:dependencies [[nrepl/nrepl "1.3.1" :exclusions [org.clojure/clojure]]
5454
[cider/orchard "0.28.0" :exclusions [org.clojure/clojure]]
5555
^:inline-dep [mx.cider/haystack "0.3.3" :exclusions [cider/orchard]]
5656
^:inline-dep [thunknyc/profile "0.5.2"]
@@ -120,7 +120,7 @@
120120
:password :env/clojars_password
121121
:sign-releases false}]]
122122

123-
:profiles {:provided {:dependencies [[org.clojure/clojure "1.11.4"]]}
123+
:profiles {:provided {:dependencies [[org.clojure/clojure "1.12.0"]]}
124124

125125
:1.10 {:dependencies [[org.clojure/clojure "1.10.3"]
126126
[org.clojure/clojurescript "1.10.520" :scope "provided"]]}

0 commit comments

Comments
 (0)