Skip to content

Commit 2cc1a69

Browse files
authored
Merge pull request #70 from bastelfreak/clj-parent
clj-parent: Switch from puppetlabs to our fork
2 parents b4f48ac + f80d25e commit 2cc1a69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project.clj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
(def pdb-version "8.10.0")
22

3-
(def clj-parent-version "7.3.36")
3+
(def clj-parent-version "7.4.0")
44

55
(defn true-in-env? [x]
66
(#{"true" "yes" "1"} (System/getenv x)))
@@ -106,7 +106,7 @@
106106

107107
:min-lein-version "2.7.1"
108108

109-
:parent-project {:coords [puppetlabs/clj-parent ~clj-parent-version]
109+
:parent-project {:coords [org.openvoxproject/clj-parent ~clj-parent-version]
110110
:inherit [:managed-dependencies]}
111111

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

0 commit comments

Comments
 (0)