Skip to content

Commit

Permalink
updating peridot and clj-http
Browse files Browse the repository at this point in the history
  • Loading branch information
haduart committed May 7, 2015
1 parent 648660e commit 93f0e08
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
:url "http://www.opensource.org/licenses/BSD-3-Clause"}
:dependencies [[org.clojure/clojure "1.6.0"]
[couchdb-extension "0.1.4"]
[clj-http "1.0.1"]
[clj-http "1.1.2"]
[ch.qos.logback/logback-classic "1.1.2"]
[com.ashafa/clutch "0.4.0" :exclusions [clj-http]]
[clj-time "0.9.0"]
Expand All @@ -26,7 +26,7 @@
:resource-paths ["resources/"]

:profiles {:dev {:dependencies [[ring-mock "0.1.5"] [midje "1.6.3"]
[peridot "0.3.1"]]
[peridot "0.4.0"]]
:resource-paths ["test/resources/"]}
:1.5 {:dependencies [[org.clojure/clojure "1.5.1"]]}
:1.6 {:dependencies [[org.clojure/clojure "1.6.0"]]}
Expand Down
4 changes: 2 additions & 2 deletions test/resources/migrations/correct/V2_4__Delete-documents.edn
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{:dbname "database-0"
:action :delete-documents
:delete-documents {:filter-fn (fn [{count :count}] (< 10 count))}}
:action :delete-documents
:delete-documents {:filter-fn (fn [{count :count}] (< 10 count))}}

0 comments on commit 93f0e08

Please sign in to comment.