File tree Expand file tree Collapse file tree 8 files changed +11
-11
lines changed Expand file tree Collapse file tree 8 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 28
28
run : curl -s https://raw.githubusercontent.com/borkdude/babashka/master/install | sudo bash
29
29
30
30
- name : Install clojure
31
- run : curl -s https://download.clojure.org/install/linux-install-1.10.3.814 .sh | sudo bash
31
+ run : curl -s https://download.clojure.org/install/linux-install-1.10.3.933 .sh | sudo bash
32
32
33
33
- name : Tools versions
34
34
run : |
Original file line number Diff line number Diff line change 37
37
run : curl -s https://raw.githubusercontent.com/borkdude/babashka/master/install | sudo bash
38
38
39
39
- name : Install Clojure
40
- run : curl -s https://download.clojure.org/install/linux-install-1.10.3.814 .sh | sudo bash
40
+ run : curl -s https://download.clojure.org/install/linux-install-1.10.3.933 .sh | sudo bash
41
41
42
42
- name : Tools versions
43
43
run : |
Original file line number Diff line number Diff line change 78
78
run : brew install clojure/tools/clojure
79
79
if : matrix.os == 'macos-latest'
80
80
- name : Install clojure (linux)
81
- run : curl -s https://download.clojure.org/install/linux-install-1.10.3.814 .sh | sudo bash
81
+ run : curl -s https://download.clojure.org/install/linux-install-1.10.3.933 .sh | sudo bash
82
82
if : matrix.os == 'ubuntu-latest'
83
83
84
84
- name : Bring down ClojureTools early
Original file line number Diff line number Diff line change 39
39
run : curl -s https://raw.githubusercontent.com/borkdude/babashka/master/install | sudo bash
40
40
41
41
- name : Install Clojure
42
- run : curl -s https://download.clojure.org/install/linux-install-1.10.3.814 .sh | sudo bash
42
+ run : curl -s https://download.clojure.org/install/linux-install-1.10.3.933 .sh | sudo bash
43
43
44
44
- name : Tools Versions
45
45
run : |
Original file line number Diff line number Diff line change 98
98
run : brew install clojure/tools/clojure
99
99
if : matrix.os == 'macos-latest'
100
100
- name : Install clojure (linux)
101
- run : curl -s https://download.clojure.org/install/linux-install-1.10.3.814 .sh | sudo bash
101
+ run : curl -s https://download.clojure.org/install/linux-install-1.10.3.933 .sh | sudo bash
102
102
if : matrix.os == 'ubuntu-latest'
103
103
104
104
- name : Bring down ClojureTools early
Original file line number Diff line number Diff line change 3
3
:deps {org.clojure/data.zip {:mvn/version " 1.0.0" }
4
4
io.aviso/pretty {:mvn/version " 1.1" }
5
5
dev.nubank/docopt {:mvn/version " 0.6.1-fix7" }
6
- com.github.liquidz/antq {:mvn/version " 0.16.0 " }
6
+ com.github.liquidz/antq {:mvn/version " 0.16.1 " }
7
7
doric/doric {:mvn/version " 0.9.0" }
8
8
version-clj/version-clj {:mvn/version " 2.0.1" }
9
9
lread/status-line {:git/url " https://github.com/lread/status-line.git"
Original file line number Diff line number Diff line change 24
24
:clj-kondo {:extra-deps {clj-kondo/clj-kondo {:mvn/version " 2021.07.28" }}
25
25
:main-opts [" -m" " clj-kondo.main" ]}
26
26
27
- :eastwood {:extra-deps {jonase/eastwood {:mvn/version " 0.9.4 " }}
27
+ :eastwood {:extra-deps {jonase/eastwood {:mvn/version " 0.9.6 " }}
28
28
:main-opts [" -m" " eastwood.lint" {:source-paths [" src" ]
29
29
:test-paths [" test" ]
30
30
:ignored-faults {:deprecations {rewrite-clj.regression-test true
105
105
; ;
106
106
; ; Deployment
107
107
; ;
108
- :jar {:replace-deps {com.github.seancorfield/depstar {:mvn/version " 2.1.267 " }}
108
+ :jar {:replace-deps {com.github.seancorfield/depstar {:mvn/version " 2.1.278 " }}
109
109
:exec-fn hf.depstar/jar
110
110
:exec-args {:jar " target/rewrite-clj.jar"
111
111
:paths-only true
126
126
; ;
127
127
; ; Maintenance support
128
128
; ;
129
- :outdated {:extra-deps {com.github.liquidz/antq {:mvn/version " 0.16.0 " }
129
+ :outdated {:extra-deps {com.github.liquidz/antq {:mvn/version " 0.16.1 " }
130
130
org.slf4j/slf4j-simple {:mvn/version " 1.7.32" } ; ; to rid ourselves of logger warnings
131
131
}
132
132
:main-opts [" -m" " antq.core"
Original file line number Diff line number Diff line change 303
303
; ;
304
304
305
305
(def libs [{:name " antq"
306
- :version " 0.16.0 "
306
+ :version " 0.16.1 "
307
307
:platforms [:clj ]
308
308
:github-release {:repo " liquidz/antq" }
309
309
:patch-fn deps-edn-v1-patch
337
337
" lein test" ]}
338
338
{:name " clojure-lsp"
339
339
:platforms [:clj ]
340
- :version " 2021.07.19 -14.46.52 "
340
+ :version " 2021.07.28 -14.24.06 "
341
341
:github-release {:repo " clojure-lsp/clojure-lsp" }
342
342
:patch-fn clojure-lsp-patch
343
343
:show-deps-fn cli-deps-tree
You can’t perform that action at this time.
0 commit comments