diff --git a/README.md b/README.md index 5e0b9b81..05da1a3b 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ As an example we going to build an app that lets us explore [Movies](https://dev ## How to run the example -You will need to install the Tuist first. You can follow their official [documentation](https://docs.tuist.dev/en/guides/quick-start/install-tuist) on how do do that. Once you've got tuist installed. You need to run two commands in the root of the project folder +You will need to install the Tuist first. You can follow their official [documentation](https://tuist.dev/en/docs/guides/install-tuist) on how do do that. Once you've got tuist installed. You need to run two commands in the root of the project folder ``` tuist install diff --git a/Tuist/Package.swift b/Tuist/Package.swift index fbabcf5f..0f9dd167 100644 --- a/Tuist/Package.swift +++ b/Tuist/Package.swift @@ -39,6 +39,6 @@ let package = Package( .package(url: "https://github.com/apollographql/apollo-ios.git", exact: "1.12.2"), .package(url: "https://github.com/pointfreeco/swift-tagged.git", exact: "0.10.0"), .package(url: "https://github.com/exyte/PopupView.git", exact: "4.0.0"), - .package(url: "https://github.com/pointfreeco/swift-composable-architecture.git", exact: "1.13.1") + .package(url: "https://github.com/pointfreeco/swift-composable-architecture.git", exact: "1.23.1") ] )