Skip to content

Commit 181b9d2

Browse files
authored
Bump Swift Navigation (#3310)
2.1.0 restores the ability for TCA AppKit apps to access the `observe` function.
1 parent 8821d58 commit 181b9d2

File tree

3 files changed

+17
-17
lines changed

3 files changed

+17
-17
lines changed

ComposableArchitecture.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.resolved

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ let package = Package(
2727
.package(url: "https://github.com/pointfreeco/swift-dependencies", from: "1.3.5"),
2828
.package(url: "https://github.com/pointfreeco/swift-identified-collections", from: "1.1.0"),
2929
.package(url: "https://github.com/pointfreeco/swift-macro-testing", from: "0.2.0"),
30-
.package(url: "https://github.com/pointfreeco/swift-navigation", from: "2.0.6"),
30+
.package(url: "https://github.com/pointfreeco/swift-navigation", from: "2.1.0"),
3131
.package(url: "https://github.com/pointfreeco/swift-perception", from: "1.3.4"),
3232
.package(url: "https://github.com/pointfreeco/xctest-dynamic-overlay", from: "1.2.2"),
3333
.package(url: "https://github.com/swiftlang/swift-docc-plugin", from: "1.0.0"),

0 commit comments

Comments
 (0)