Skip to content

Commit d1082c4

Browse files
authored
Pin to SwiftSyntax 509.0.0 release (#774)
1 parent c8eead5 commit d1082c4

File tree

2 files changed

+12
-17
lines changed

2 files changed

+12
-17
lines changed

Package.resolved

Lines changed: 11 additions & 13 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 & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,7 @@ let package = Package(
2121
),
2222
],
2323
dependencies: [
24-
.package(
25-
url: "https://github.com/apple/swift-syntax.git",
26-
from: "509.0.0-swift-DEVELOPMENT-SNAPSHOT-2023-09-05-a"
27-
)
24+
.package(url: "https://github.com/apple/swift-syntax.git", from: "509.0.0")
2825
],
2926
targets: [
3027
.target(

0 commit comments

Comments
 (0)