From a43aac9176f7fa862bafc92752b082dfb7df2f8d Mon Sep 17 00:00:00 2001 From: David Orme Date: Mon, 7 Nov 2016 16:34:19 -0600 Subject: [PATCH 1/2] Update dependency --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 90bb597..2b9ad01 100644 --- a/project.clj +++ b/project.clj @@ -23,4 +23,4 @@ [org.clojure/tools.logging "0.3.1"] [prismatic/schema "1.1.1"] [org.clojure/java.jdbc "0.6.2-alpha2"] - [com.github.shopsmart/clj-foundation "0.9.19"]]) + [com.github.shopsmart/clj-foundation "0.9.20"]]) From 4403c49dd030f3a07eb48226855646264441ed6d Mon Sep 17 00:00:00 2001 From: David Orme Date: Mon, 7 Nov 2016 16:49:04 -0600 Subject: [PATCH 2/2] ++version --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 2b9ad01..044a9d2 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject com.github.shopsmart/clj-infrastructure "0.1.10" +(defproject com.github.shopsmart/clj-infrastructure "0.1.12" :description "Infrastructure helpers for AWS, database, etc." :url "https://github.com/shopsmart/clj-infrastructure"