From 13e91513b1e41e09a6274fb341089f57a1f102ff Mon Sep 17 00:00:00 2001 From: Josha von Gizycki Date: Tue, 16 Oct 2018 17:28:09 +0200 Subject: [PATCH] bump clj-time version --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index bbe2cbd..33a8ffe 100644 --- a/project.clj +++ b/project.clj @@ -16,7 +16,7 @@ com.github.ben-manes.caffeine/caffeine]] [buddy/buddy-hashers "1.3.0" :exclusions [commons-codec]] - [clj-time "0.14.5"]] + [clj-time "0.15.0"]] :profiles {:dev {:dependencies [[javax.servlet/servlet-api "2.5"] [ring/ring-mock "0.3.2"]]