File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 48
48
org.clojure/math.combinatorics
49
49
{:exclusions [org.clojure/clojure], :mvn/version " 0.1.6" },
50
50
org.clojure/test.check {:mvn/version " 1.1.1" },
51
- org.clojure/tools.analyzer.jvm {:mvn/version " 1.2.3 " }},
51
+ org.clojure/tools.analyzer.jvm {:mvn/version " 1.3.2 " }},
52
52
:extra-paths
53
53
[" typed/clj.analyzer/test"
54
54
" typed/clj.checker/test"
Original file line number Diff line number Diff line change 33
33
:tools-namespace-mvn-version " 1.5.0"
34
34
:cider-nrepl-mvn-version " 0.52.1"
35
35
:asm-mvn-version " 9.2"
36
- :tools-analyzer-mvn-version " 1.1.1 "
37
- :tools-analyzer-jvm-mvn-version " 1.2.3 "
36
+ :tools-analyzer-mvn-version " 1.2.0 "
37
+ :tools-analyzer-jvm-mvn-version " 1.3.2 "
38
38
:math-combinatorics-mvn-version " 0.2.0"
39
39
:tools-reader-mvn-version " 1.5.0"
40
40
:core-cache-mvn-version " 1.1.234"
Original file line number Diff line number Diff line change 268
268
<dependency >
269
269
<groupId >org.clojure</groupId >
270
270
<artifactId >tools.analyzer</artifactId >
271
- <version >1.1.1 </version >
271
+ <version >1.2.0 </version >
272
272
</dependency >
273
273
<dependency >
274
274
<groupId >org.clojure</groupId >
275
275
<artifactId >tools.analyzer.jvm</artifactId >
276
- <version >1.2.3 </version >
276
+ <version >1.3.2 </version >
277
277
</dependency >
278
278
<dependency >
279
279
<groupId >org.clojure</groupId >
Original file line number Diff line number Diff line change 23
23
{:extra-paths [" test" ]
24
24
:jvm-opts [" -Dtyped.clojure.preserve-check-ns-after-opt-in=true" ]
25
25
:extra-deps
26
- {org.clojure/tools.analyzer.jvm {:mvn/version " 1.2.3 " }
26
+ {org.clojure/tools.analyzer.jvm {:mvn/version " 1.3.2 " }
27
27
criterium/criterium {:mvn/version " 0.4.5" }}}
28
28
:codox
29
29
{:extra-deps {codox/codox {:mvn/version " 0.10.8" }}
Original file line number Diff line number Diff line change 1
1
; ; DO NOT EDIT! Instead, edit `dev/resources/root-templates/typed/cljs.checker/deps.edn` and run `./script/regen-selmer.sh`
2
2
{:paths [" src" ]
3
3
:deps {org.clojure/clojure {:mvn/version " 1.12.0" }
4
- org.clojure/tools.analyzer.jvm {:mvn/version " 1.2.3 " }
4
+ org.clojure/tools.analyzer.jvm {:mvn/version " 1.3.2 " }
5
5
io.github.frenchy64/fully-satisfies {:mvn/version " 1.12.0" }
6
6
org.typedclojure/typed.clj.checker {:local/root " ../clj.checker"
7
7
:deps/manifest :deps }
You can’t perform that action at this time.
0 commit comments