Skip to content

Commit

Permalink
use latest swift syntax version
Browse files Browse the repository at this point in the history
  • Loading branch information
infinitepower18 committed Dec 1, 2023
1 parent 38f52c7 commit cdced95
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
"package": "SwiftSyntax",
"repositoryURL": "https://github.com/apple/swift-syntax",
"state": {
"branch": "main",
"revision": "dfb8deb846e16d98e1d5b2261ed608121e096037",
"version": null
"branch": null,
"revision": "6ad4ea24b01559dde0773e3d091f1b9e36175036",
"version": "509.0.2"
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ let docc: PackageDescription.Package.Dependency = .package(
)
let swiftSyntax = PackageDescription.Package.Dependency.package(
url: "https://github.com/apple/swift-syntax",
branch: "main"
from: "509.0.2"
)

let package = Package(
Expand Down

0 comments on commit cdced95

Please sign in to comment.