Skip to content

Commit

Permalink
upgraded onyx and elastisch versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Anderson committed Dec 17, 2015
1 parent c25b8f2 commit 9238e25
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
In your project file:

```clojure
[com.liaison/onyx-elasticsearch "0.8.2.0"]
[com.liaison/onyx-elasticsearch "0.8.3.0"]
```

In your peer boot-up namespace:
Expand Down
6 changes: 3 additions & 3 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject com.liaison/onyx-elasticsearch "0.8.2.0"
(defproject com.liaison/onyx-elasticsearch "0.8.3.0"
:description "Onyx plugin for Elasticsearch"
:url "https://github.com/LiaisonTechnologies/onyx-elasticsearch"
:license {:name "Eclipse Public License"
Expand All @@ -12,8 +12,8 @@
:password :env
:sign-releases false}}
:dependencies [[org.clojure/clojure "1.7.0"]
[org.onyxplatform/onyx "0.8.2"]
[clojurewerkz/elastisch "2.2.0-beta4"]
[org.onyxplatform/onyx "0.8.3"]
[clojurewerkz/elastisch "2.2.0-beta5"]
[com.taoensso/timbre "4.1.4"]]
:profiles {:dev {:dependencies [[http-kit "2.1.19"]
[org.clojure/data.json "0.2.6"]]}})

0 comments on commit 9238e25

Please sign in to comment.