diff --git a/Features/Package.swift b/Features/Package.swift index 1cb2539..1bd09af 100644 --- a/Features/Package.swift +++ b/Features/Package.swift @@ -34,7 +34,7 @@ let package = Package( ], dependencies: [ .package(url: "https://github.com/cybozu/LicenseList.git", exact: "1.1.1"), - .package(url: "https://github.com/pointfreeco/swift-composable-architecture.git", from: "1.16.0"), + .package(url: "https://github.com/pointfreeco/swift-composable-architecture.git", from: "1.17.0"), .package(url: "https://github.com/pointfreeco/swift-dependencies.git", from: "1.5.1"), .package(url: "https://github.com/konomae/swift-local-date.git", from: "0.4.1"), ], diff --git a/NASAClient.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/NASAClient.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved index f8e7d5d..375940f 100644 --- a/NASAClient.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/NASAClient.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -1,5 +1,5 @@ { - "originHash" : "a4ff8e9b1f3beeb6a93d0dc9e4fcea044ddaf83413114bda206f471c43578ddf", + "originHash" : "588c1e71100132572a887f6cac03fe0d2769ef9bef85d01fb50455cafceeace7", "pins" : [ { "identity" : "combine-schedulers", @@ -51,8 +51,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/pointfreeco/swift-composable-architecture", "state" : { - "revision" : "a952dde0bf2b13048843c8dcc72cf21737d67b0c", - "version" : "1.16.0" + "revision" : "d602618c628e5123f66643437151079d3664970d", + "version" : "1.17.0" } }, { @@ -114,8 +114,17 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/pointfreeco/swift-perception", "state" : { - "revision" : "1552c8f722ac256cc0b8daaf1a7073217d4fcdfb", - "version" : "1.3.4" + "revision" : "8d52279b9809ef27eabe7d5420f03734528f19da", + "version" : "1.4.1" + } + }, + { + "identity" : "swift-sharing", + "kind" : "remoteSourceControl", + "location" : "https://github.com/pointfreeco/swift-sharing", + "state" : { + "revision" : "c56350a20c8294fcb90172dffb88641032e10cfe", + "version" : "1.0.3" } }, { @@ -132,8 +141,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/pointfreeco/xctest-dynamic-overlay", "state" : { - "revision" : "27d767d643fa2cf083d0a73d74fa84cacb53e85c", - "version" : "1.4.1" + "revision" : "a3f634d1a409c7979cabc0a71b3f26ffa9fc8af1", + "version" : "1.4.3" } } ],