Skip to content

Commit

Permalink
Merge pull request #32 from Clearcals/master
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Andrewangeta committed Aug 7, 2023
2 parents cc2b048 + d6ca7b6 commit b14c229
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", from: "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 b14c229

Please sign in to comment.