diff --git a/ComposableArchitecture.xcworkspace/xcshareddata/swiftpm/Package.resolved b/ComposableArchitecture.xcworkspace/xcshareddata/swiftpm/Package.resolved index e8ca2895ba51..e11e401bf6ca 100644 --- a/ComposableArchitecture.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/ComposableArchitecture.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -122,8 +122,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/pointfreeco/swift-perception", "state" : { - "revision" : "a5bb578d963fcdbffe4fd56c92b2e222f5b02c8a", - "version" : "1.1.2" + "revision" : "03d51ee56a5fa27daccbc9539cebe336e0b45bc0", + "version" : "1.1.6" } }, { diff --git a/Package@swift-5.9.swift b/Package@swift-5.9.swift index 0721e8d8a8a9..ca7903f5c86a 100644 --- a/Package@swift-5.9.swift +++ b/Package@swift-5.9.swift @@ -29,7 +29,7 @@ let package = Package( .package(url: "https://github.com/pointfreeco/swift-dependencies", from: "1.1.0"), .package(url: "https://github.com/pointfreeco/swift-identified-collections", from: "1.0.0"), .package(url: "https://github.com/pointfreeco/swift-macro-testing", from: "0.2.0"), - .package(url: "https://github.com/pointfreeco/swift-perception", from: "1.1.1"), + .package(url: "https://github.com/pointfreeco/swift-perception", from: "1.1.6"), .package(url: "https://github.com/pointfreeco/swiftui-navigation", from: "1.1.0"), .package(url: "https://github.com/pointfreeco/xctest-dynamic-overlay", from: "1.1.0"), ], diff --git a/Sources/ComposableArchitecture/Observation/ObservationStateRegistrar.swift b/Sources/ComposableArchitecture/Observation/ObservationStateRegistrar.swift index ecd94d760644..46258cbbe641 100644 --- a/Sources/ComposableArchitecture/Observation/ObservationStateRegistrar.swift +++ b/Sources/ComposableArchitecture/Observation/ObservationStateRegistrar.swift @@ -21,7 +21,7 @@ } #if canImport(Observation) - @available(iOS 17, macOS 14, tvOS 17, watchOS 10, *) + @available(iOS 17.0.1, macOS 14, tvOS 17.0.1, watchOS 10.0.1, *) extension ObservationStateRegistrar { /// Registers access to a specific property for observation. ///