Skip to content

Commit

Permalink
Update swift-syntax (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
muukii authored Oct 15, 2024
1 parent 9e4dc68 commit 1f3932a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -33,25 +33,25 @@
"location" : "https://github.com/pointfreeco/swift-macro-testing.git",
"state" : {
"branch" : "main",
"revision" : "15916c0c328339f54c15d616465d79700e3f7de8"
"revision" : "1a9dc9721b1727f0191eaee0e10dbb383c0bf8ba"
}
},
{
"identity" : "swift-snapshot-testing",
"kind" : "remoteSourceControl",
"location" : "https://github.com/pointfreeco/swift-snapshot-testing",
"state" : {
"revision" : "e7b77228b34057041374ebef00c0fd7739d71a2b",
"version" : "1.15.3"
"revision" : "7b0bbbae90c41f848f90ac7b4df6c4f50068256d",
"version" : "1.17.5"
}
},
{
"identity" : "swift-syntax",
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-syntax.git",
"state" : {
"revision" : "64889f0c732f210a935a0ad7cda38f77f876262d",
"version" : "509.1.1"
"revision" : "0687f71944021d616d34d922343dcef086855920",
"version" : "600.0.1"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ let package = Package(
.package(url: "https://github.com/FluidGroup/TextureSwiftSupport.git", branch: "main"),
.package(url: "https://github.com/FluidGroup/swiftui-support", from: "0.4.1"),
.package(url: "https://github.com/FluidGroup/ResultBuilderKit", from: "1.3.0"),
.package(url: "https://github.com/apple/swift-syntax.git", from: "509.0.0"),
.package(url: "https://github.com/apple/swift-syntax.git", from: "600.0.0"),
.package(url: "https://github.com/pointfreeco/swift-macro-testing.git", branch: "main")
],
targets: [
Expand Down

0 comments on commit 1f3932a

Please sign in to comment.