From 54961d25fd5411736cf29245f62decc2e27b2423 Mon Sep 17 00:00:00 2001 From: Jenkins CI Date: Thu, 11 Apr 2024 23:49:59 +0000 Subject: [PATCH] Set clj-parent=7.3.15 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 3838b61e4c..0424000cb7 100644 --- a/project.clj +++ b/project.clj @@ -1,6 +1,6 @@ (def pdb-version "8.5.1-SNAPSHOT") -(def clj-parent-version "7.3.14") +(def clj-parent-version "7.3.15") (defn true-in-env? [x] (#{"true" "yes" "1"} (System/getenv x)))