diff --git a/Package.resolved b/Package.resolved index 7f7b6f08c0..01059956a3 100644 --- a/Package.resolved +++ b/Package.resolved @@ -1,5 +1,5 @@ { - "originHash" : "eeca4d503705e41fa1778c018b59e9873cbf526358a8e427a251be7c14ecc453", + "originHash" : "ecfec498a908db010e660e48b75d5a1ce19567910fa80593c45de88a399e36fc", "pins" : [ { "identity" : "normalization", @@ -51,8 +51,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/VergeGroup/swift-macro-state-struct", "state" : { - "revision" : "ab5621e756d40aa48a8b6a7c5f6300632c48a1d0", - "version" : "2.3.0" + "revision" : "d6d38b060968c25977b4333e35480e32f035d1fb", + "version" : "2.3.1" } }, { diff --git a/Package.swift b/Package.swift index 3e61afe90f..331b88f222 100644 --- a/Package.swift +++ b/Package.swift @@ -25,7 +25,7 @@ let package = Package( .package(url: "https://github.com/VergeGroup/swift-concurrency-task-manager", from: "1.1.0"), .package(url: "https://github.com/VergeGroup/TypedComparator", from: "1.0.0"), .package(url: "https://github.com/VergeGroup/Normalization", from: "1.2.1"), - .package(url: "https://github.com/VergeGroup/swift-macro-state-struct", from: "2.1.2"), + .package(url: "https://github.com/VergeGroup/swift-macro-state-struct", from: "2.3.1"), /// for testing .package(url: "https://github.com/nalexn/ViewInspector.git", from: "0.10.0"),