From 6b94310a441e90db9c265f5293d07f0ad3f8ce7e Mon Sep 17 00:00:00 2001 From: Yanis Urbis Date: Mon, 10 Jan 2022 13:34:03 +0300 Subject: [PATCH] Update project.clj --- project.clj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project.clj b/project.clj index 351758e..0360a12 100644 --- a/project.clj +++ b/project.clj @@ -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"