Skip to content

Commit d823da4

Browse files
committed
tools analyzer workaround, #734
1 parent b08b7eb commit d823da4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

deps.edn

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
:deps {org.clojure/clojure {:mvn/version "1.10.3"}
33
org.clojure/java.classpath {:mvn/version "1.0.0"}
44
org.clojure/tools.analyzer {:mvn/version "1.2.0"}
5-
org.clojure/tools.analyzer.jvm {:mvn/version "1.3.0"}
5+
org.clojure/tools.analyzer.jvm {:git/url "https://github.com/borkude/tools.analyzer.jvm"
6+
:git/sha "f8f44e023a05ff86f35a38086722da352afae2f6"}
7+
#_{:mvn/version "1.3.0"}
68
babashka/fs {:mvn/version "0.5.22"}
79
borkdude/edamame {:mvn/version "1.4.24"}
810
weavejester/dependency {:mvn/version "0.2.1"}

0 commit comments

Comments
 (0)