From fd7c1618b77fa3bf05efdd418dce4dfb38146369 Mon Sep 17 00:00:00 2001 From: Alsey Coleman Miller Date: Tue, 21 Jul 2026 08:24:58 -0400 Subject: [PATCH] Update dependencies - swift-syntax: 602.0.0 -> 603.0.0 - swift-argument-parser: 1.3.0 -> 1.8.0 - swift-macro-testing: 0.6.4 -> 0.6.5 - swift-docc-plugin: 1.0.0 -> 1.5.0 --- Package.swift | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Package.swift b/Package.swift index ba46203..9efba43 100644 --- a/Package.swift +++ b/Package.swift @@ -24,14 +24,14 @@ let package = Package( ], dependencies: [ .package( - url: "https://github.com/apple/swift-argument-parser", from: "1.3.0"), + url: "https://github.com/apple/swift-argument-parser", from: "1.8.0"), .package( - url: "https://github.com/swiftlang/swift-syntax.git", from: "602.0.0"), + url: "https://github.com/swiftlang/swift-syntax.git", from: "603.0.0"), .package( url: "https://github.com/pointfreeco/swift-macro-testing.git", - from: "0.6.4"), + from: "0.6.5"), .package( - url: "https://github.com/swiftlang/swift-docc-plugin", from: "1.0.0"), + url: "https://github.com/swiftlang/swift-docc-plugin", from: "1.5.0"), ], targets: [ .target(