Skip to content

Commit

Permalink
Update GraphQL dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulofaria committed Jul 4, 2020
1 parent 4900b7f commit 7557745
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 @@ -7,7 +7,7 @@ let package = Package(
.library(name: "Graphiti", targets: ["Graphiti"]),
],
dependencies: [
.package(url: "https://github.com/GraphQLSwift/GraphQL.git", .upToNextMajor(from: "1.1.4")),
.package(url: "https://github.com/GraphQLSwift/GraphQL.git", .upToNextMajor(from: "1.1.5")),
],
targets: [
.target(name: "Graphiti", dependencies: ["GraphQL"]),
Expand Down

0 comments on commit 7557745

Please # to comment.