File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2
2
:deps
3
3
{org.clojure/tools.analyzer.jvm {:mvn/version " 1.2.2" }}
4
4
:aliases
5
- {:cljs-test {:extra-deps {org.clojure/clojurescript {:mvn/version " 1.10.597 " }}
5
+ {:cljs-test {:extra-deps {org.clojure/clojurescript {:mvn/version " 1.11.60 " }}
6
6
:extra-paths [" src/main/clojure/cljs" " src/test/cljs" ]}
7
7
:adv {:main-opts [" -m" " cljs.main" " -v" " -co" " build/node_adv.edn" " -c" ]}
8
8
:simp {:main-opts [" -m" " cljs.main" " -v" " -co" " build/node_simple.edn" " -c" ]}
9
9
10
10
; ; For compile test purposes
11
11
; ; clj -T:build compile
12
12
:build
13
- {:deps {io.github.clojure/tools.build {:tag " v0.6.6 " :sha " 4d41c26 " }}
13
+ {:deps {io.github.clojure/tools.build {:tag " v0.8.3 " :sha " 0d20256 " }}
14
14
:ns-default build}
15
15
16
16
; ; Lint the source
17
17
; ; clj -M:lint
18
- :lint {:replace-deps {clj-kondo/clj-kondo {:mvn/version " 2022.01.13 " }}
18
+ :lint {:replace-deps {clj-kondo/clj-kondo {:mvn/version " 2022.10.14 " }}
19
19
:main-opts [" -m" " clj-kondo.main" " --lint" " src" ]}
20
20
21
21
; ; Find outdated deps
Original file line number Diff line number Diff line change 38
38
<dependency >
39
39
<groupId >org.clojure</groupId >
40
40
<artifactId >clojurescript</artifactId >
41
- <version >1.10.597 </version >
41
+ <version >1.11.60 </version >
42
42
<scope >provided</scope >
43
43
</dependency >
44
44
<dependency >
Original file line number Diff line number Diff line change 6
6
:parent [org.clojure/pom.contrib " 1.0.0" ]
7
7
:dependencies [[org.clojure/clojure " 1.10.0" ]
8
8
[org.clojure/tools.analyzer.jvm " 1.2.2" ]
9
- [org.clojure/clojurescript " 1.10.597 " :scope " provided" ]]
9
+ [org.clojure/clojurescript " 1.11.60 " :scope " provided" ]]
10
10
:global-vars {*warn-on-reflection* true }
11
11
:source-paths [" src/main/clojure" ]
12
12
:test-paths [" src/test/clojure" ]
13
13
:jvm-opts ^:replace [" -Xmx1g" " -server" ]
14
14
:java-source-paths [" src/main/java" ]
15
15
:profiles {:dev {:source-paths [" examples" ]}}
16
16
17
- :plugins [[lein-cljsbuild " 1.1.7 " ]]
17
+ :plugins [[lein-cljsbuild " 1.1.8 " ]]
18
18
19
19
:clean-targets [" tests.js" " tests.js.map"
20
20
" out" " out-simp" " out-simp-node"
You can’t perform that action at this time.
0 commit comments