diff --git a/Package.swift b/Package.swift index 73d9cd7..8521180 100644 --- a/Package.swift +++ b/Package.swift @@ -8,7 +8,7 @@ let package = Package( ], dependencies: [ .package(url: "https://github.com/GraphQLSwift/GraphQL.git", .upToNextMajor(from: "1.2.0")), - .package(url: "https://github.com/GraphQLSwift/Graphiti.git", .upToNextMinor(from: "0.22.0")), + .package(url: "https://github.com/GraphQLSwift/Graphiti.git", .upToNextMajor(from: "0.22.0")), .package(url: "https://github.com/ReactiveX/RxSwift.git", .upToNextMajor(from: "6.1.0")) ], targets: [