Skip to content

Commit

Permalink
Upgrade deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
drewr committed Apr 9, 2012
1 parent 7ecf61e commit c1622ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions project.clj
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
:dependencies [[org.clojure/clojure "1.4.0-beta5"] :dependencies [[org.clojure/clojure "1.4.0-beta5"]
[org.clojure.contrib/repl-utils "1.3.0-alpha4"] [org.clojure.contrib/repl-utils "1.3.0-alpha4"]
[org.elasticsearch/elasticsearch "0.17.6"] [org.elasticsearch/elasticsearch "0.17.6"]
[cheshire "2.0.2"] [slingshot "0.10.2"]
[slingshot "0.2.3"]] [cheshire "3.1.0"]]
:aot [esperanto.interactive]) :aot [esperanto.interactive])
2 changes: 1 addition & 1 deletion src/esperanto/index.clj
Original file line number Original file line Diff line number Diff line change
@@ -1,7 +1,7 @@
(ns esperanto.index (ns esperanto.index
(:use [esperanto.action :only [execute]] (:use [esperanto.action :only [execute]]
[esperanto.search :only [index-seq]] [esperanto.search :only [index-seq]]
[slingshot.core]) [slingshot.slingshot])
(:require [cheshire.core :as json])) (:require [cheshire.core :as json]))


(defn make-index-request (defn make-index-request
Expand Down

0 comments on commit c1622ab

Please sign in to comment.