diff --git a/App/TCAWorkshop.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/App/TCAWorkshop.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved index 8be7582..12f7ff7 100644 --- a/App/TCAWorkshop.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/App/TCAWorkshop.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -32,8 +32,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/apple/swift-collections", "state" : { - "revision" : "937e904258d22af6e447a0b72c0bc67583ef64a2", - "version" : "1.0.4" + "revision" : "94cf62b3ba8d4bed62680a282d4c25f9c63c2efb", + "version" : "1.1.0" } }, { @@ -41,8 +41,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/pointfreeco/swift-composable-architecture", "state" : { - "revision" : "115fe5af41d333b6156d4924d7c7058bc77fd580", - "version" : "1.9.2" + "revision" : "8624a8e2c35f78e5e61d5f12c69110e9020e80c8", + "version" : "1.10.0" } }, { @@ -59,8 +59,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/pointfreeco/swift-custom-dump", "state" : { - "revision" : "edd66cace818e1b1c6f1b3349bb1d8e00d6f8b01", - "version" : "1.0.0" + "revision" : "f01efb26f3a192a0e88dcdb7c3c391ec2fc25d9c", + "version" : "1.3.0" } }, { diff --git a/Package.swift b/Package.swift index ff79d02..914eb4a 100644 --- a/Package.swift +++ b/Package.swift @@ -15,7 +15,7 @@ let package = Package( dependencies: [ .package(url: "https://github.com/pointfreeco/swift-case-paths", from: "1.2.3"), .package(url: "https://github.com/pointfreeco/combine-schedulers", from: "1.0.0"), - .package(url: "https://github.com/pointfreeco/swift-composable-architecture", from: "1.9.2"), + .package(url: "https://github.com/pointfreeco/swift-composable-architecture", from: "1.10.0"), .package(url: "https://github.com/pointfreeco/swift-dependencies", from: "1.2.1"), .package(url: "https://github.com/pointfreeco/xctest-dynamic-overlay", from: "1.1.0"), .package(url: "https://github.com/pointfreeco/swift-identified-collections", from: "1.0.0"),