diff --git a/Documentation/pages/docs/getting-started.mdx b/Documentation/pages/docs/getting-started.mdx index cb33b60..c03b832 100644 --- a/Documentation/pages/docs/getting-started.mdx +++ b/Documentation/pages/docs/getting-started.mdx @@ -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( @@ -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.