Skip to content

Commit d007d66

Browse files
mbrandonwmluisbrown
authored andcommitted
Require SwiftUINavigation 0.4.2
(cherry picked from commit f027afd8f56477f5a4d3548f592dfa80a0aeb417)
1 parent 7027365 commit d007d66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ let package = Package(
2828
.package(url: "https://github.com/pointfreeco/swift-clocks", from: "0.1.4"),
2929
.package(url: "https://github.com/pointfreeco/swift-custom-dump", from: "0.6.0"),
3030
.package(url: "https://github.com/pointfreeco/swift-identified-collections", from: "0.4.1"),
31-
.package(url: "https://github.com/pointfreeco/swiftui-navigation", from: "0.4.1"),
31+
.package(url: "https://github.com/pointfreeco/swiftui-navigation", from: "0.4.2"),
3232
.package(url: "https://github.com/pointfreeco/xctest-dynamic-overlay", from: "0.5.0"),
3333
],
3434
targets: [

0 commit comments

Comments
 (0)