Skip to content

Commit

Permalink
Lock the google-cloud-kit dependency version at 1.0.0-rc.9
Browse files Browse the repository at this point in the history
  • Loading branch information
susheel-clearcals committed Aug 4, 2023
1 parent 2c619d8 commit d6ca7b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ let package = Package(
],
dependencies: [
.package(url: "https://github.com/vapor/vapor.git", from: "4.0.0"),
.package(url: "https://github.com/vapor-community/google-cloud-kit.git", .exact("1.0.0-rc.7")),
.package(url: "https://github.com/vapor-community/google-cloud-kit.git", .exact("1.0.0-rc.9")),
],
targets: [
.target(
Expand Down

0 comments on commit d6ca7b6

Please sign in to comment.