Skip to content

Commit f480640

Browse files
authored
Merge pull request #17 from OpenVoxProject/puppetlabs-clj-parent-7.x
clj-parent: Switch from puppetlabs to our fork
2 parents 73fd181 + 1f40dde commit f480640

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ jobs:
3232
run: clj-kondo --lint src test
3333
- name: eastwood lint
3434
run: lein eastwood
35+
- name: output dependencies
36+
run: lein deps :tree
3537

3638
run-lein-tests:
3739
name: PR Testing

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
:min-lein-version "2.9.0"
88

9-
:parent-project {:coords [puppetlabs/clj-parent "7.3.36"]
9+
:parent-project {:coords [org.openvoxproject/clj-parent "7.4.0"]
1010
:inherit [:managed-dependencies]}
1111

1212
;; Abort when version ranges or version conflicts are detected in

0 commit comments

Comments
 (0)