Skip to content

Commit da3bdae

Browse files
authored
Update swift-syntax version in macro template (#6745)
We need to update this before shipping 5.9 rdar://111618457
1 parent a088168 commit da3bdae

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
@@ -259,8 +259,8 @@ public final class InitPackage {
259259
} else if packageType == .macro {
260260
pkgParams.append("""
261261
dependencies: [
262-
// Depend on the latest Swift 5.9 prerelease of SwiftSyntax
263-
.package(url: "https://github.com/apple/swift-syntax.git", from: "509.0.0-swift-5.9-DEVELOPMENT-SNAPSHOT-2023-04-25-b"),
262+
// Depend on the Swift 5.9 release of SwiftSyntax
263+
.package(url: "https://github.com/apple/swift-syntax.git", from: "509.0.0"),
264264
]
265265
""")
266266
}

0 commit comments

Comments
 (0)