Skip to content

Commit 321ec7a

Browse files
committed
Internal deps update
1 parent 3652e26 commit 321ec7a

File tree

10 files changed

+115
-114
lines changed

10 files changed

+115
-114
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.933.sh | sudo bash
31+
run: curl -s https://download.clojure.org/install/linux-install-1.10.3.967.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.933.sh | sudo bash
40+
run: curl -s https://download.clojure.org/install/linux-install-1.10.3.967.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.933.sh | sudo bash
81+
run: curl -s https://download.clojure.org/install/linux-install-1.10.3.967.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.933.sh | sudo bash
42+
run: curl -s https://download.clojure.org/install/linux-install-1.10.3.967.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.933.sh | sudo bash
101+
run: curl -s https://download.clojure.org/install/linux-install-1.10.3.967.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.3"}
6+
com.github.liquidz/antq {:mvn/version "1.0.0"}
77
doric/doric {:mvn/version "0.9.0"}
88
version-clj/version-clj {:mvn/version "2.0.2"}
99
lread/status-line {:git/url "https://github.com/lread/status-line.git"

deps.edn

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

27-
:eastwood {:extra-deps {jonase/eastwood {:mvn/version "0.9.6"}}
27+
:eastwood {:extra-deps {jonase/eastwood {:mvn/version "0.9.9"}}
2828
:main-opts ["-m" "eastwood.lint" {:source-paths ["src"]
2929
:test-paths ["test"]
30+
:add-linters [:performance]
3031
:ignored-faults {:deprecations {rewrite-clj.regression-test true
3132
rewrite-clj.zip.whitespace-test true}}}]}
3233

@@ -35,7 +36,7 @@
3536

3637
;; document block testing
3738
:test-doc-blocks {:replace-deps {org.clojure/clojure {:mvn/version "1.10.3"}
38-
com.github.lread/test-doc-blocks {:mvn/version "1.0.137-alpha"}}
39+
com.github.lread/test-doc-blocks {:mvn/version "1.0.146-alpha"}}
3940
:replace-paths []
4041
:ns-default lread.test-doc-blocks
4142
:exec-args {:docs ["doc/01-user-guide.adoc"
@@ -47,7 +48,7 @@
4748
:extra-paths ["target/test-doc-blocks/test"]}
4849

4950
;; kaocha for clojure testing
50-
:kaocha {:extra-deps {lambdaisland/kaocha {:mvn/version "1.0.861"}
51+
:kaocha {:extra-deps {lambdaisland/kaocha {:mvn/version "1.0.887"}
5152
lambdaisland/kaocha-junit-xml {:mvn/version "0.0.76"}
5253
lambdaisland/kaocha-cloverage {:mvn/version "1.0.75"}}
5354
:main-opts ["-m" "kaocha.runner"]}
@@ -105,7 +106,7 @@
105106
;;
106107
;; Deployment
107108
;;
108-
:jar {:replace-deps {com.github.seancorfield/depstar {:mvn/version "2.1.278"}}
109+
:jar {:replace-deps {com.github.seancorfield/depstar {:mvn/version "2.1.297"}}
109110
:exec-fn hf.depstar/jar
110111
:exec-args {:jar "target/rewrite-clj.jar"
111112
:paths-only true
@@ -126,7 +127,7 @@
126127
;;
127128
;; Maintenance support
128129
;;
129-
:outdated {:extra-deps {com.github.liquidz/antq {:mvn/version "0.16.3"}
130+
:outdated {:extra-deps {com.github.liquidz/antq {:mvn/version "1.0.0"}
130131
org.slf4j/slf4j-simple {:mvn/version "1.7.32"} ;; to rid ourselves of logger warnings
131132
}
132133
:main-opts ["-m" "antq.core"

0 commit comments

Comments
 (0)