Skip to content

Commit

Permalink
Update swift-syntax version (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
maximkrouk committed Sep 24, 2023
1 parent 3d220f8 commit 41cc7a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-syntax.git",
"state" : {
"revision" : "2e3c42cf38defd998c87ecfe8df138f925d22736",
"version" : "509.0.0-swift-DEVELOPMENT-SNAPSHOT-2023-08-15-a"
"revision" : "74203046135342e4a4a627476dd6caf8b28fe11b",
"version" : "509.0.0"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ let package = Package(
dependencies: [
.package(
url: "https://github.com/apple/swift-syntax.git",
exact: "509.0.0-swift-DEVELOPMENT-SNAPSHOT-2023-08-15-a"
exact: "509.0.0"
),
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.3.0"),
.package(url: "https://github.com/SwiftPackageIndex/SPIManifest.git", from: "0.12.0"),
Expand Down

0 comments on commit 41cc7a1

Please sign in to comment.