Skip to content

Commit

Permalink
release: 0.1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
iomonad committed Nov 3, 2023
2 parents 948b2fa + 93414bf commit 0684a8d
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,11 +1,11 @@
(defproject com.oscaro/tools-io-gs "0.1.14"
(defproject com.oscaro/tools-io-gs "0.1.15"
:description "google storage support for tools-io"
:url "https://github.com/oscaro/tools-io-gs"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.11.1"]
[com.oscaro/clj-gcloud-storage "0.199-1.0"]
[com.oscaro/tools-io "0.3.34"]]
[com.oscaro/tools-io "0.3.35"]]
:deploy-repositories [["snapshots" {:url "https://clojars.org/repo"
:username :env/clojars_username
:password :env/clojars_password
Expand Down

0 comments on commit 0684a8d

Please sign in to comment.