We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 432fbba commit 0747838Copy full SHA for 0747838
.github/workflows/smoke-tests.yml
@@ -311,7 +311,7 @@ jobs:
311
boot: 2.8.3
312
bb: 0.8.157
313
clj-kondo: 2022.06.22
314
- cljstyle: 0.15.0
+ cljstyle: 0.16.626
315
zprint: 1.2.3
316
github-token: ${{ secrets.GITHUB_TOKEN }}
317
README.md
@@ -57,7 +57,7 @@ jobs:
57
bb: 0.7.8 # Babashka
58
clj-kondo: 2022.05.31 # Clj-kondo
59
cljfmt: 0.10.2 # cljfmt
60
- cljstyle: 0.15.0 # cljstyle
+ cljstyle: 0.16.626 # cljstyle
61
cmd-exe-workaround: 'latest' # Replaces `clojure` with `deps.clj` on Windows
62
zprint: 1.2.3 # zprint
63
0 commit comments