diff --git a/project.clj b/project.clj index 793e853..044a9d2 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject com.github.shopsmart/clj-infrastructure "0.1.11" +(defproject com.github.shopsmart/clj-infrastructure "0.1.12" :description "Infrastructure helpers for AWS, database, etc." :url "https://github.com/shopsmart/clj-infrastructure" @@ -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"]])