Skip to content

Commit

Permalink
fix dependency to apollo (up to next major, 0.34.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
cgi committed Feb 18, 2021
1 parent bbb4d13 commit 2c60d91
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ let package = Package(
],
dependencies: [
.package(name: "Apollo",
url: "https://github.com/apollographql/apollo-ios.git", from: "0.34.0-beta2")
url: "https://github.com/apollographql/apollo-ios.git",
.upToNextMajor(from: "0.34.0"))
],
targets: [
.target(name: "ApolloCombine", dependencies: [.product(name: "Apollo", package: "Apollo")])
Expand Down

0 comments on commit 2c60d91

Please sign in to comment.