Skip to content

Commit bd3905d

Browse files
committed
internal deps updates
- clojure for CI on linux to current - depstar for building jars - antq for checking outdated deps - eastwood for linting - libs tests - antq - clojure-lsp
1 parent 448861c commit bd3905d

File tree

8 files changed

+11
-11
lines changed

8 files changed

+11
-11
lines changed

.github/workflows/code-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: curl -s https://raw.githubusercontent.com/borkdude/babashka/master/install | sudo bash
2929

3030
- 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
3232

3333
- name: Tools versions
3434
run: |

.github/workflows/libs-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: curl -s https://raw.githubusercontent.com/borkdude/babashka/master/install | sudo bash
3838

3939
- 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
4141

4242
- name: Tools versions
4343
run: |

.github/workflows/native-image-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
run: brew install clojure/tools/clojure
7979
if: matrix.os == 'macos-latest'
8080
- 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
8282
if: matrix.os == 'ubuntu-latest'
8383

8484
- name: Bring down ClojureTools early

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: curl -s https://raw.githubusercontent.com/borkdude/babashka/master/install | sudo bash
4040

4141
- 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
4343

4444
- name: Tools Versions
4545
run: |

.github/workflows/unit-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
run: brew install clojure/tools/clojure
9999
if: matrix.os == 'macos-latest'
100100
- 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
102102
if: matrix.os == 'ubuntu-latest'
103103

104104
- name: Bring down ClojureTools early

bb.edn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
:deps {org.clojure/data.zip {:mvn/version "1.0.0"}
44
io.aviso/pretty {:mvn/version "1.1"}
55
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"}
77
doric/doric {:mvn/version "0.9.0"}
88
version-clj/version-clj {:mvn/version "2.0.1"}
99
lread/status-line {:git/url "https://github.com/lread/status-line.git"

deps.edn

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
:clj-kondo {:extra-deps {clj-kondo/clj-kondo {:mvn/version "2021.07.28"}}
2525
:main-opts ["-m" "clj-kondo.main"]}
2626

27-
:eastwood {:extra-deps {jonase/eastwood {:mvn/version "0.9.4"}}
27+
:eastwood {:extra-deps {jonase/eastwood {:mvn/version "0.9.6"}}
2828
:main-opts ["-m" "eastwood.lint" {:source-paths ["src"]
2929
:test-paths ["test"]
3030
:ignored-faults {:deprecations {rewrite-clj.regression-test true
@@ -105,7 +105,7 @@
105105
;;
106106
;; Deployment
107107
;;
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"}}
109109
:exec-fn hf.depstar/jar
110110
:exec-args {:jar "target/rewrite-clj.jar"
111111
:paths-only true
@@ -126,7 +126,7 @@
126126
;;
127127
;; Maintenance support
128128
;;
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"}
130130
org.slf4j/slf4j-simple {:mvn/version "1.7.32"} ;; to rid ourselves of logger warnings
131131
}
132132
:main-opts ["-m" "antq.core"

script/test_libs.clj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@
303303
;;
304304

305305
(def libs [{:name "antq"
306-
:version "0.16.0"
306+
:version "0.16.1"
307307
:platforms [:clj]
308308
:github-release {:repo "liquidz/antq"}
309309
:patch-fn deps-edn-v1-patch
@@ -337,7 +337,7 @@
337337
"lein test"]}
338338
{:name "clojure-lsp"
339339
:platforms [:clj]
340-
:version "2021.07.19-14.46.52"
340+
:version "2021.07.28-14.24.06"
341341
:github-release {:repo "clojure-lsp/clojure-lsp"}
342342
:patch-fn clojure-lsp-patch
343343
:show-deps-fn cli-deps-tree

0 commit comments

Comments
 (0)