diff --git a/project.clj b/project.clj index 52377d8..fbb4c87 100644 --- a/project.clj +++ b/project.clj @@ -1,10 +1,10 @@ -(defproject com.rallydev/jarvis-core "1.6.2" +(defproject com.rallydev/jarvis-core "1.6.3" :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.2.1"] + [com.rallydev/clj-flowdock "1.2.2"] [org.codehaus.groovy/groovy-all "2.1.0"] [org.clojure/java.classpath "0.2.0"] [org.clojure/tools.logging "0.2.6"]