diff --git a/Package.swift b/Package.swift index 443a8d9..c2ca559 100644 --- a/Package.swift +++ b/Package.swift @@ -24,7 +24,7 @@ let package = Package( .package(url: "https://github.com/pointfreeco/swift-case-paths.git", exact: "1.1.2"), .package(url: "https://github.com/pointfreeco/swift-custom-dump.git", exact: "1.1.2"), .package(url: "https://github.com/pointfreeco/swift-dependencies.git", exact: "1.1.2"), - .package(url: "https://github.com/pointfreeco/swiftui-navigation.git", exact: "1.0.2"), + .package(url: "https://github.com/pointfreeco/swiftui-navigation.git", exact: "1.2.0"), .package(url: "https://github.com/pointfreeco/swift-macro-testing.git", exact: "0.2.2"), .package(url: "https://github.com/google/swift-benchmark", from: "0.1.2"), .package(url: "https://github.com/apple/swift-docc-plugin", from: "1.3.0"),