Skip to content
This repository has been archived by the owner on Apr 20, 2018. It is now read-only.

Commit

Permalink
Update deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-stuttaford committed Jan 26, 2016
1 parent a6cdee4 commit 0411a86
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
(defproject com.rallydev/jarvis-core "1.6.3"
(defproject com.rallydev/jarvis-core "1.6.4"
: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.2"]
[org.clojure/java.classpath "0.2.0"]
[org.clojure/tools.logging "0.2.6"]
[org.clojure/tools.reader "0.8.3"]
[clj-http "0.7.2"]
[fs "1.3.2"]
[ch.qos.logback/logback-classic "1.0.9"]]
[com.rallydev/clj-flowdock "1.2.4"]
[org.clojure/java.classpath "0.2.3"]
[org.clojure/tools.logging "0.3.1"]
[org.clojure/tools.reader "0.10.0"]
[clj-http "2.0.1"]
[fs "1.3.3"]
[cheshire "5.5.0"]
[ch.qos.logback/logback-classic "1.1.3"]]
:source-paths ["src/main/clojure" "src/plugins"]
:java-source-paths ["src/main/java"]
:test-paths ["src/test/clojure"]
Expand Down

0 comments on commit 0411a86

Please sign in to comment.