There was an error while loading. Please reload this page.
2 parents cc2b048 + d6ca7b6 commit b14c229Copy full SHA for b14c229
1 file changed
Package.swift
@@ -29,7 +29,7 @@ let package = Package(
29
],
30
dependencies: [
31
.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")
+ .package(url: "https://github.com/vapor-community/google-cloud-kit.git", .exact("1.0.0-rc.9")),
33
34
targets: [
35
.target(
0 commit comments