Skip to content

Commit

Permalink
Update project.clj
Browse files Browse the repository at this point in the history
  • Loading branch information
yanisurbis authored Jan 10, 2022
1 parent 4eea563 commit 6b94310
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
(defproject workshub/shyvana "0.3.0-SNAPSHOT"
(defproject workshub/shyvana "0.2.9"
:description "Clojure, data-based, wrapper for getstream.io Java API"
:url "https://github.com/WorksHub/shyvana"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.10.0"]
[io.getstream.client/stream-java "3.2.3"]]
[io.getstream.client/stream-java "3.3.0"]]
:repositories [["releases" {:url "https://clojars.org/repo"
:creds :gpg}]
["snapshots" {:url "https://clojars.org/repo"
Expand Down

0 comments on commit 6b94310

Please sign in to comment.