From 91046a71a9a471b8f4b791a7d92ecb8dfec42842 Mon Sep 17 00:00:00 2001 From: Dave Della Costa Date: Thu, 21 May 2015 16:49:35 +0900 Subject: [PATCH] un-SNAPSHOT views --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 30806b5..7b4051b 100644 --- a/project.clj +++ b/project.clj @@ -3,7 +3,7 @@ :url "https://github.com/kirasystems/views-honeysql" :license {:name "MIT License" :url "http://opensource.org/licenses/MIT"} - :dependencies [[views "1.4.1-SNAPSHOT"] + :dependencies [[views "1.4.1"] [honeysql "0.6.0"] [org.clojure/java.jdbc "0.3.6"] [org.clojure/tools.logging "0.3.1"]]