Skip to content

Commit

Permalink
Remove minor version from Swift Syntax package dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
VakhoKontridze committed Feb 18, 2024
1 parent d896922 commit 857d2e2
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 @@ -5,8 +5,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-syntax.git",
"state" : {
"revision" : "43c802fb7f96e090dde015344a94b5e85779eff1",
"version" : "509.1.0"
"revision" : "64889f0c732f210a935a0ad7cda38f77f876262d",
"version" : "509.1.1"
}
}
],
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ let package: Package = .init(
],

dependencies: [
.package(url: "https://github.com/apple/swift-syntax.git", from: "509.1.0")
.package(url: "https://github.com/apple/swift-syntax.git", from: "509.0.0")
],

targets: [
Expand Down

0 comments on commit 857d2e2

Please sign in to comment.