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"]