Skip to content

Commit b14c229

Browse files
authored
Merge pull request #32 from Clearcals/master
Lock google-cloud-kit dependency version at `1.0.0-rc.9` until we bump `swift-tools` and `macOS` version to `5.7` and `v13` respectively
2 parents cc2b048 + d6ca7b6 commit b14c229

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ let package = Package(
2929
],
3030
dependencies: [
3131
.package(url: "https://github.com/vapor/vapor.git", from: "4.0.0"),
32-
.package(url: "https://github.com/vapor-community/google-cloud-kit.git", from: "1.0.0-rc.7")
32+
.package(url: "https://github.com/vapor-community/google-cloud-kit.git", .exact("1.0.0-rc.9")),
3333
],
3434
targets: [
3535
.target(

0 commit comments

Comments
 (0)