Skip to content

Commit a1f0f93

Browse files
committed
Merge branch 'main' into fix-extension-duplicates
2 parents 173c6e5 + 7bbd788 commit a1f0f93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ let package = Package(
3232
],
3333
dependencies: [
3434
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.5.0"),
35-
.package(url: "https://github.com/swiftlang/swift-syntax", from: "601.0.0"),
35+
.package(url: "https://github.com/swiftlang/swift-syntax", from: "601.0.1"),
3636
.package(url: "https://github.com/nicklockwood/SwiftFormat", from: "0.55.5"),
3737
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.4.3"),
38-
.package(url: "https://github.com/SimplyDanny/SwiftLintPlugins", from: "0.58.2")
38+
.package(url: "https://github.com/SimplyDanny/SwiftLintPlugins", from: "0.59.0")
3939
],
4040
targets: [
4141

0 commit comments

Comments
 (0)