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 aa09dd4 + c5abeda commit 364a28bCopy full SHA for 364a28b
project.clj
@@ -1,6 +1,6 @@
1
(def pdb-version "6.18.3-SNAPSHOT")
2
3
-(def clj-parent-version "4.6.28")
+(def clj-parent-version "4.6.29")
4
5
(defn true-in-env? [x]
6
(#{"true" "yes" "1"} (System/getenv x)))
@@ -34,7 +34,7 @@
34
(let [ver (eval '(java.lang.Runtime/version))]
35
{:feature (.feature ver) :interim (.interim ver)}))))
36
37
-(def i18n-version "0.8.0")
+(def i18n-version "0.9.2")
38
39
(def pdb-repositories
40
(if (true-in-env? "PUPPET_SUPPRESS_INTERNAL_LEIN_REPOS")
0 commit comments