Skip to content

Commit

Permalink
build: bump clj-gcloud-storage (0.215-1.0), tools.io (0.3.38)
Browse files Browse the repository at this point in the history
  • Loading branch information
edporras committed Jul 1, 2024
1 parent 5f402ef commit dec810b
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 13 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,14 @@
### Added

### Changed
* Bump clj-gcloud-storage 0.215-1.0, tools.io 0.3.38.

### Fixed


## [0.1.16] - 2023-11-03
### Changed
* Bump clj-gcloud-storate 0.209.1-0, tools.io 0.3.36.
* Bump clj-gcloud-storage 0.209.1-0, tools.io 0.3.36.

## [0.1.15] - 2023-11-03
### Changed
Expand Down
6 changes: 3 additions & 3 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
: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.209-1.0"]
[com.oscaro/tools-io "0.3.36"]]
:dependencies [[org.clojure/clojure "1.11.3"]
[com.oscaro/clj-gcloud-storage "0.215-1.0"]
[com.oscaro/tools-io "0.3.38"]]
:deploy-repositories [["snapshots" {:url "https://clojars.org/repo"
:username :env/clojars_username
:password :env/clojars_password
Expand Down
19 changes: 10 additions & 9 deletions src/tools/io/gs.clj
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
(ns tools.io.gs
(:require [clojure.string :as str]
[clj-gcloud.storage :as gs]
[clj-gcloud.coerce :refer [->clj]]
[tools.io.core :refer [register-file-pred!
mk-input-stream
mk-output-stream
list-files
list-dirs
sizeof]])
(:require
[clj-gcloud.coerce :refer [->clj]]
[clj-gcloud.storage :as gs]
[clojure.string :as str]
[tools.io.core :refer [register-file-pred!
mk-input-stream
mk-output-stream
list-files
list-dirs
sizeof]])
(:import java.io.FileNotFoundException
com.google.cloud.storage.Blob))

Expand Down

0 comments on commit dec810b

Please sign in to comment.