Skip to content

Commit 3cc9fae

Browse files
authored
Update swift-syntax version in macro template (#6800)
We need to update this before shipping 5.9.0 rdar://111618457 (cherry picked from commit da3bdae)
1 parent 0479d07 commit 3cc9fae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/Workspace/InitPackage.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -252,8 +252,8 @@ public final class InitPackage {
252252
} else if packageType == .macro {
253253
pkgParams.append("""
254254
dependencies: [
255-
// Depend on the latest Swift 5.9 prerelease of SwiftSyntax
256-
.package(url: "https://github.com/apple/swift-syntax.git", from: "509.0.0-swift-5.9-DEVELOPMENT-SNAPSHOT-2023-04-25-b"),
255+
// Depend on the Swift 5.9 release of SwiftSyntax
256+
.package(url: "https://github.com/apple/swift-syntax.git", from: "509.0.0"),
257257
]
258258
""")
259259
}

0 commit comments

Comments
 (0)