diff --git a/Tuist/Package.resolved b/Tuist/Package.resolved index d8654872..6f4756cb 100644 --- a/Tuist/Package.resolved +++ b/Tuist/Package.resolved @@ -1,4 +1,5 @@ { + "originHash" : "8502c181f1f30cbc4f4304e622b6d42f3dce2d1e9030dab438ccb90fa1d41b2d", "pins" : [ { "identity" : "apollo-ios", @@ -113,8 +114,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/pointfreeco/swift-navigation", "state" : { - "revision" : "e28911721538fa0c2439e92320bad13e3200866f", - "version" : "2.2.3" + "revision" : "ae208d1a5cf33aee1d43734ea780a09ada6e2a21", + "version" : "2.3.1" } }, { @@ -163,5 +164,5 @@ } } ], - "version" : 2 + "version" : 3 } diff --git a/Tuist/Package.swift b/Tuist/Package.swift index fbabcf5f..d01acba2 100644 --- a/Tuist/Package.swift +++ b/Tuist/Package.swift @@ -39,6 +39,7 @@ 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.13.1"), + .package(url: "https://github.com/pointfreeco/swift-navigation", exact: "2.3.1"), ] )