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 b4f48ac + f80d25e commit 2cc1a69Copy full SHA for 2cc1a69
project.clj
@@ -1,6 +1,6 @@
1
(def pdb-version "8.10.0")
2
3
-(def clj-parent-version "7.3.36")
+(def clj-parent-version "7.4.0")
4
5
(defn true-in-env? [x]
6
(#{"true" "yes" "1"} (System/getenv x)))
@@ -106,7 +106,7 @@
106
107
:min-lein-version "2.7.1"
108
109
- :parent-project {:coords [puppetlabs/clj-parent ~clj-parent-version]
+ :parent-project {:coords [org.openvoxproject/clj-parent ~clj-parent-version]
110
:inherit [:managed-dependencies]}
111
112
;; Abort when version ranges or version conflicts are detected in
0 commit comments