From d203b0a65ec9061be271e706bdc9336c1c40031c Mon Sep 17 00:00:00 2001 From: Muukii Date: Tue, 15 Oct 2024 17:03:58 +0900 Subject: [PATCH] Patch --- Package.resolved | 16 ++++++++-------- Package.swift | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Package.resolved b/Package.resolved index 1a0f416556..8ba8d017bd 100644 --- a/Package.resolved +++ b/Package.resolved @@ -41,8 +41,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/pointfreeco/swift-macro-testing.git", "state" : { - "revision" : "5c4a1b9d7c23cd5c08ea50677d8e89080365cb00", - "version" : "0.4.0" + "revision" : "20c1a8f3b624fb5d1503eadcaa84743050c350f4", + "version" : "0.5.2" } }, { @@ -50,8 +50,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/pointfreeco/swift-snapshot-testing", "state" : { - "revision" : "625ccca8570773dd84a34ee51a81aa2bc5a4f97a", - "version" : "1.16.0" + "revision" : "7b0bbbae90c41f848f90ac7b4df6c4f50068256d", + "version" : "1.17.5" } }, { @@ -59,8 +59,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/apple/swift-syntax.git", "state" : { - "revision" : "64889f0c732f210a935a0ad7cda38f77f876262d", - "version" : "509.1.1" + "revision" : "0687f71944021d616d34d922343dcef086855920", + "version" : "600.0.1" } }, { @@ -68,8 +68,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/nalexn/ViewInspector.git", "state" : { - "revision" : "7b1732802ffe30e6a67754bda6c7819e5cb0eb70", - "version" : "0.9.11" + "revision" : "5acfa0a3c095ac9ad050abe51c60d1831e8321da", + "version" : "0.10.0" } } ], diff --git a/Package.swift b/Package.swift index 5b12fbc202..f0a125012c 100644 --- a/Package.swift +++ b/Package.swift @@ -27,7 +27,7 @@ let package = Package( /// for testing .package(url: "https://github.com/nalexn/ViewInspector.git", from: "0.9.3"), - .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", from: "0.2.1") ], targets: [