Skip to content

Commit

Permalink
Bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ptaoussanis committed Sep 26, 2015
1 parent 722969b commit d30657f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,21 @@

:dependencies
[[org.clojure/clojure "1.5.1"]
[com.taoensso/encore "1.34.0"]
[com.taoensso/nippy "2.9.0"]
[joda-time "2.8"] ; For exclusion, see Github #27
[com.taoensso/encore "2.18.0"]
[com.taoensso/nippy "2.9.1"]
[joda-time "2.8.2"] ; For exclusion, see Github #27
[com.amazonaws/aws-java-sdk-dynamodb "1.9.39"
:exclusions [joda-time]]]

:profiles
{;; :default [:base :system :user :provided :dev]
:server-jvm {:jvm-opts ^:replace ["-server"]}
:1.7 {:dependencies [[org.clojure/clojure "1.7.0-RC1"]]}
:1.7 {:dependencies [[org.clojure/clojure "1.7.0"]]}
:1.6 {:dependencies [[org.clojure/clojure "1.6.0"]]}
:test {:dependencies [[expectations "2.1.0"]
[org.clojure/test.check "0.7.0"]]
[org.clojure/test.check "0.8.2"]]
:plugins [[lein-expectations "0.0.8"]
[lein-autoexpect "1.5.0"]]}
[lein-autoexpect "1.6.0"]]}
:dev
[:1.7 :test
{:plugins [[lein-ancient "0.6.4"]
Expand Down
6 changes: 3 additions & 3 deletions src/taoensso/faraday.clj
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@
com.amazonaws.services.dynamodbv2.AmazonDynamoDB
java.nio.ByteBuffer))

;; TODO Add support for splitting data > 64KB over > 1 keys? This may be tough
;; to do well relative to the payoff. And I'm guessing there may be an official
;; (Java) lib to offer this capability at some point?
(if (vector? taoensso.encore/encore-version)
(encore/assert-min-encore-version [2 11 0])
(encore/assert-min-encore-version 2.11))

;;;; Connections

Expand Down

0 comments on commit d30657f

Please sign in to comment.