Skip to content

Commit 77cbd9f

Browse files
authored
Merge pull request #17 from kimdv/master
Introduce EventLoopFutures!
2 parents 85d7117 + 962cf8e commit 77cbd9f

File tree

11 files changed

+398
-234
lines changed

11 files changed

+398
-234
lines changed

Package.resolved

Lines changed: 31 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ let package = Package(
99
],
1010

1111
dependencies: [
12-
.package(url: "https://github.com/GraphQLSwift/GraphQL.git", from: "0.5.0"),
12+
.package(url: "https://github.com/GraphQLSwift/GraphQL.git", from: "0.6.0"),
1313
],
1414

1515
targets: [

0 commit comments

Comments
 (0)