Skip to content

Commit

Permalink
Merge pull request #906 from JimRoepcke/make-apollowebsocket-depend-o…
Browse files Browse the repository at this point in the history
…n-apollo

ApolloWebSocket should depend on Apollo since it imports Apollo.
  • Loading branch information
designatednerd authored Nov 16, 2019
2 parents ccdcfe0 + 4784812 commit e2b2fcc
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 @@ -29,7 +29,7 @@ let package = Package(
dependencies: ["Apollo", "SQLite"]),
.target(
name: "ApolloWebSocket",
dependencies: ["Starscream"]),
dependencies: ["Apollo", "Starscream"]),
.testTarget(
name: "ApolloTestSupport",
dependencies: ["Apollo"]),
Expand Down

0 comments on commit e2b2fcc

Please sign in to comment.