Skip to content

Commit

Permalink
Update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
brunchboy committed May 30, 2016
1 parent 39a6562 commit 406ca36
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
[org.clojure/core.cache "0.6.5"]
[org.clojure/core.async "0.2.374" :exclusions [org.clojure/tools.reader]]
[org.clojure/data.json "0.2.6"]
[org.clojure/data.zip "0.1.1"]
[org.clojure/data.zip "0.1.2"]
[org.clojure/math.numeric-tower "0.0.4"]
[org.clojure/tools.cli "0.3.3"]
[org.clojure/tools.cli "0.3.5"]
[org.clojure/tools.nrepl "0.2.12"]
[org.clojure/tools.reader "0.10.0"]
[org.deepsymmetry/beat-link "0.1.6"]
Expand All @@ -26,15 +26,15 @@
com.google.protobuf/protobuf-java]]
[com.climate/claypoole "1.1.2"]
[org.clojars.brunchboy/protobuf "0.8.3"]
[ola-clojure "0.1.6-SNAPSHOT" :exclusions [org.clojure/tools.reader]]
[ola-clojure "0.1.6" :exclusions [org.clojure/tools.reader]]
[selmer "1.0.4"]
[com.evocomputing/colors "1.0.3"]
[environ "1.0.2"]
[environ "1.0.3"]
[camel-snake-kebab "0.4.0"]
[com.taoensso/timbre "4.3.1"]
[com.taoensso/tower "3.0.2"]
[com.taoensso/truss "1.2.0"]
[markdown-clj "0.9.87"]
[markdown-clj "0.9.89"]
[compojure "1.5.0" :exclusions [org.eclipse.jetty/jetty-server
clj-time]]
[ring/ring-defaults "0.2.0"]
Expand All @@ -45,8 +45,8 @@
org.clojure/core.memoize]]
[metosin/ring-http-response "0.6.5"]
[prone "1.1.1"]
[buddy "0.12.0"]
[instaparse "1.4.1"]
[buddy "0.13.0"]
[instaparse "1.4.2"]
[http-kit "2.1.19"]]
:main afterglow.core
:uberjar-name "afterglow.jar"
Expand Down

0 comments on commit 406ca36

Please sign in to comment.