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.
2 parents 73fd181 + 1f40dde commit f480640Copy full SHA for f480640
2 files changed
.github/workflows/tests.yml
@@ -32,6 +32,8 @@ jobs:
32
run: clj-kondo --lint src test
33
- name: eastwood lint
34
run: lein eastwood
35
+ - name: output dependencies
36
+ run: lein deps :tree
37
38
run-lein-tests:
39
name: PR Testing
project.clj
@@ -6,7 +6,7 @@
6
7
:min-lein-version "2.9.0"
8
9
- :parent-project {:coords [puppetlabs/clj-parent "7.3.36"]
+ :parent-project {:coords [org.openvoxproject/clj-parent "7.4.0"]
10
:inherit [:managed-dependencies]}
11
12
;; Abort when version ranges or version conflicts are detected in
0 commit comments