From 4eb4cce5fb2f864e1275de1885183d58c140a755 Mon Sep 17 00:00:00 2001 From: Jonathan Chauncey Date: Wed, 26 Mar 2014 15:17:28 -0600 Subject: [PATCH] upgrading clj-flowdock to 1.2.0, version bump to 1.6.1 --- project.clj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project.clj b/project.clj index b9fb316..6a621a0 100644 --- a/project.clj +++ b/project.clj @@ -1,10 +1,10 @@ -(defproject com.rallydev/jarvis-core "1.6.0" +(defproject com.rallydev/jarvis-core "1.6.1" :description "A robot for FlowDock" :url "http://github.com/RallySoftware/jarvis-core" :license {:name "The MIT License (MIT)" :url "http://opensource.org/licenses/MIT"} :dependencies [[org.clojure/clojure "1.5.0"] - [com.rallydev/clj-flowdock "1.1.1"] + [com.rallydev/clj-flowdock "1.2.0"] [org.codehaus.groovy/groovy-all "2.1.0"] [org.clojure/java.classpath "0.2.0"] [org.clojure/tools.logging "0.2.6"]