Skip to content

Commit

Permalink
docs: Notice drop support for 5.5.2 from >=1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
d-exclaimation committed Jun 14, 2023
1 parent 997c749 commit 68326e3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Documentation/pages/docs/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ Add these dependencies and [Pioneer](/) to the `Package.swift`
```swift filename="Package.swift" showLineNumbers copy
let package = Package(
dependencies: [
.package(url: "https://github.com/GraphQLSwift/Graphiti.git", from: "1.2.1"),
.package(url: "https://github.com/vapor/vapor.git", from: "4.67.1"),
.package(url: "https://github.com/d-exclaimation/pioneer", from: "1.0.0")
.package(url: "https://github.com/GraphQLSwift/Graphiti.git", from: "1.2.0"),
.package(url: "https://github.com/vapor/vapor.git", from: "4.77.1"),
.package(url: "https://github.com/d-exclaimation/pioneer", from: "1.3.0")
],
targets: [
.target(
Expand All @@ -54,7 +54,7 @@ let package = Package(
)
```

### Using Swift 5.5.2 or higher
### Using Swift 6 or higher

We will also restrict the platform of the project to macOS v10.15 or higher, to allow the use of Swift Concurrency.

Expand Down

0 comments on commit 68326e3

Please sign in to comment.