From 0c207527d50c474fedd686a6d11f80b5da8f51f9 Mon Sep 17 00:00:00 2001 From: Matthaus Owens Date: Wed, 29 Mar 2017 09:22:49 -0700 Subject: [PATCH] (PE-19979) Update clj-parent to 0.6.1 and i18n to 0.8.0 --- project.clj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project.clj b/project.clj index d3538c0..f1f8708 100644 --- a/project.clj +++ b/project.clj @@ -5,7 +5,7 @@ :min-lein-version "2.7.1" - :parent-project {:coords [puppetlabs/clj-parent "0.4.3"] + :parent-project {:coords [puppetlabs/clj-parent "0.6.1"] :inherit [:managed-dependencies]} ;; Abort when version ranges or version conflicts are detected in @@ -54,4 +54,4 @@ :deploy-via :lein-deploy} :plugins [[lein-parent "0.3.1"] - [puppetlabs/i18n "0.7.1"]]) + [puppetlabs/i18n "0.8.0"]])