Skip to content

Commit d484311

Browse files
committed
Patch
1 parent a13a65c commit d484311

2 files changed

Lines changed: 26 additions & 8 deletions

File tree

Package.resolved

Lines changed: 25 additions & 7 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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ let package = Package(
2222
.package(url: "https://github.com/apple/swift-collections", from: "1.1.0"),
2323
.package(url: "https://github.com/VergeGroup/TypedComparator", from: "1.0.0"),
2424
.package(url: "https://github.com/VergeGroup/swift-typed-identifier", from: "2.0.4"),
25-
.package(url: "https://github.com/apple/swift-syntax.git", from: "600.0.0"),
25+
.package(url: "https://github.com/apple/swift-syntax.git", from: "602.0.0"),
2626
.package(url: "https://github.com/pointfreeco/swift-macro-testing.git", from: "0.2.1"),
2727
],
2828
targets: [

0 commit comments

Comments
 (0)