File tree Expand file tree Collapse file tree 2 files changed +17
-4
lines changed
Expand file tree Collapse file tree 2 files changed +17
-4
lines changed Original file line number Diff line number Diff line change 44repl
55bin
66scratch.clj
7+ /checkouts /
8+ /target /
9+ pom.xml
10+ pom.xml.asc
11+ * .jar
12+ * .class
Original file line number Diff line number Diff line change 11{:paths [" src" " test" ]
22 :deps {org.clojure/clojure {:mvn/version " 1.10.0" }
3- mvxcvi/puget {:mvn/version " 1.1.2" }
3+ ; ;mvxcvi/puget {:mvn/version "1.1.2"}
4+ github-lambdaisland/puget
5+ {:git/url " https://github.com/lambdaisland/puget"
6+ :sha " ea860be1f0c6a5e406c45a414802c41e902d010c" }
47 fipp {:mvn/version " 0.6.17" }
58 org.clojure/core.rrb-vector {:mvn/version " 0.0.14" }
69 tech.droit/clj-diff {:mvn/version " 1.0.1" }
710 mvxcvi/arrangement {:mvn/version " 1.2.0" }}
811
912 :aliases
10- {:dev
13+ {:cljs
14+ {:extra-deps {org.clojure/clojurescript {:mvn/version " 1.10.597" }}}
15+
16+ :dev
1117 {}
1218
1319 :test
14- {:extra-deps {lambdaisland/kaocha {:mvn/version " 0.0-413" }
15- org.clojure/test.check {:mvn/version " 0.10.0-alpha4" }}}}}
20+ {:extra-deps {lambdaisland/kaocha {:mvn/version " 0.0-581" }
21+ lambdaisland/kaocha-cljs {:mvn/version " 0.0-68" }
22+ org.clojure/test.check {:mvn/version " 0.10.0-alpha4" }}}}}
You can’t perform that action at this time.
0 commit comments