Skip to content

Commit 11c261e

Browse files
committed
Remove obsolete cljs-tooling dep
1 parent d7ff2d4 commit 11c261e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

project.clj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
^:inline-dep [cljfmt "0.6.4"]
1414
^:inline-dep [clj-commons/fs "1.5.0"]
1515
^:inline-dep [rewrite-clj "0.6.1"]
16-
^:inline-dep [cljs-tooling "0.3.1"]
1716
^:inline-dep [version-clj "0.1.2"]]
1817
:exclusions [org.clojure/clojure] ; see versions matrix below
1918

src/refactor_nrepl/ns/resolve_missing.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"Resolve a missing symbol on the classpath."
33
(:require [orchard.info :refer [info]]
44
[cider.nrepl.middleware.util.cljs :as cljs]
5-
[cljs-tooling.util.analysis :as cljs-ana]
5+
[orchard.cljs.analysis :as cljs-ana]
66
[clojure.string :as str]
77
[refactor-nrepl.core :refer [prefix suffix]]
88
[refactor-nrepl.ns.slam.hound.regrow :as slamhound]))

0 commit comments

Comments
 (0)