Skip to content

Commit

Permalink
Use new versions of compliment and suitable instead of cljs-tooling
Browse files Browse the repository at this point in the history
  • Loading branch information
arichiardi committed Jan 20, 2020
1 parent 1c5a941 commit bbb01f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,13 @@
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:scm {:name "git" :url "https://github.com/clojure-emacs/cider-nrepl"}

:dependencies [[nrepl "0.6.0"]
^:inline-dep [cider/orchard "0.5.5"]
^:inline-dep [thunknyc/profile "0.5.2"]
^:inline-dep [mvxcvi/puget "1.2.0"]
^:inline-dep [fipp "0.6.22"] ; can be removed in unresolved-tree mode
^:inline-dep [compliment "0.4.0-SNAPSHOT"]
^:inline-dep [cljs-tooling "0.3.1"]
^:inline-dep [org.rksm/suitable "0.3.0" :exclusions [org.clojure/clojurescript]]
^:inline-dep [compliment "0.3.10"]
^:inline-dep [org.rksm/suitable "0.3.2" :exclusions [org.clojure/clojurescript]]
^:inline-dep [cljfmt "0.6.6" :exclusions [org.clojure/clojurescript]]
^:inline-dep [org.clojure/tools.namespace "0.3.1"]
^:inline-dep [org.clojure/tools.trace "0.7.10"]
Expand Down
2 changes: 1 addition & 1 deletion src/cider/nrepl/middleware/track_state.clj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[cider.nrepl.middleware.util :as util]
[cider.nrepl.middleware.util.cljs :as cljs]
[cider.nrepl.middleware.util.meta :as um]
[cljs-tooling.util.analysis :as cljs-ana]
[orchard.cljs.analysis :as cljs-ana]
[clojure.java.io :as io]
[clojure.tools.namespace.find :as ns-find]
[nrepl.misc :refer [response-for]]
Expand Down

0 comments on commit bbb01f9

Please sign in to comment.