From 1f3932a7cb872fda0ae8f0beaa1291133ed4f311 Mon Sep 17 00:00:00 2001 From: Hiroshi Kimura Date: Tue, 15 Oct 2024 17:12:34 +0900 Subject: [PATCH] Update swift-syntax (#42) --- Package.resolved | 10 +++++----- Package.swift | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Package.resolved b/Package.resolved index 666006c..e02227e 100644 --- a/Package.resolved +++ b/Package.resolved @@ -33,7 +33,7 @@ "location" : "https://github.com/pointfreeco/swift-macro-testing.git", "state" : { "branch" : "main", - "revision" : "15916c0c328339f54c15d616465d79700e3f7de8" + "revision" : "1a9dc9721b1727f0191eaee0e10dbb383c0bf8ba" } }, { @@ -41,8 +41,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/pointfreeco/swift-snapshot-testing", "state" : { - "revision" : "e7b77228b34057041374ebef00c0fd7739d71a2b", - "version" : "1.15.3" + "revision" : "7b0bbbae90c41f848f90ac7b4df6c4f50068256d", + "version" : "1.17.5" } }, { @@ -50,8 +50,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/apple/swift-syntax.git", "state" : { - "revision" : "64889f0c732f210a935a0ad7cda38f77f876262d", - "version" : "509.1.1" + "revision" : "0687f71944021d616d34d922343dcef086855920", + "version" : "600.0.1" } }, { diff --git a/Package.swift b/Package.swift index 6d42b02..12e0e8c 100644 --- a/Package.swift +++ b/Package.swift @@ -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: [