Skip to content

Commit 755ce72

Browse files
build: Better manages swift-syntax versions
1 parent 7f91fbe commit 755ce72

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Examples/HelloWorldServer/Package.resolved

Lines changed: 3 additions & 3 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
@@ -28,7 +28,7 @@ let package = Package(
2828
dependencies: [
2929
.package(url: "https://github.com/GraphQLSwift/GraphQL.git", from: "4.1.0"),
3030
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.3.0"),
31-
.package(url: "https://github.com/apple/swift-syntax.git", "509.0.0" ..< "700.0.0"),
31+
.package(url: "https://github.com/apple/swift-syntax.git", "600.0.1" ..< "603.0.0"),
3232
],
3333
targets: [
3434
// Build plugin

0 commit comments

Comments
 (0)