Skip to content

Commit 9618505

Browse files
committed
Added Vapor/Core
1 parent 3c5524b commit 9618505

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

Package.resolved

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

Package.swift

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,13 @@ let package = Package(
1010

1111
dependencies: [
1212
.package(url: "https://github.com/wickwirew/Runtime.git", from: "0.6.0"),
13-
.package(url: "https://github.com/apple/swift-nio.git", from: "1.7.2"),
13+
14+
// ⏱ Promises and reactive-streams in Swift built for high-performance and scalability.
15+
.package(url: "https://github.com/vapor/core.git", from: "3.0.0"),
1416
],
1517

1618
targets: [
17-
.target(name: "GraphQL", dependencies: ["Runtime", "NIO"]),
19+
.target(name: "GraphQL", dependencies: ["Runtime", "Async"]),
1820
.testTarget(name: "GraphQLTests", dependencies: ["GraphQL"]),
1921
]
2022
)

0 commit comments

Comments
 (0)