File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 30
30
; ; 1.3.7 and 1.4.7 are working, but we need 1.3.7 for JDK8
31
31
[ch.qos.logback/logback-classic " 1.3.7" ]
32
32
[org.clojure/test.check " 1.1.1" ]
33
- [cider/piggieback " 0.5.3 " ]
33
+ [cider/piggieback " 0.6.0 " ]
34
34
[nubank/matcher-combinators " 3.9.1" ]]
35
35
:source-paths (cond-> [" test/src" ]
36
36
; ; We only include sources with JDK21 because we only
50
50
:license {:name " Eclipse Public License"
51
51
:url " http://www.eclipse.org/legal/epl-v10.html" }
52
52
: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]]
54
54
[cider/orchard " 0.28.0" :exclusions [org.clojure/clojure]]
55
55
^:inline-dep [mx.cider/haystack " 0.3.3" :exclusions [cider/orchard]]
56
56
^:inline-dep [thunknyc/profile " 0.5.2" ]
120
120
:password :env/clojars_password
121
121
:sign-releases false }]]
122
122
123
- :profiles {:provided {:dependencies [[org.clojure/clojure " 1.11.4 " ]]}
123
+ :profiles {:provided {:dependencies [[org.clojure/clojure " 1.12.0 " ]]}
124
124
125
125
:1.10 {:dependencies [[org.clojure/clojure " 1.10.3" ]
126
126
[org.clojure/clojurescript " 1.10.520" :scope " provided" ]]}
You can’t perform that action at this time.
0 commit comments