Skip to content

Commit 9ccd5db

Browse files
committed
Update ScreenData Navigation to develop branch
1 parent f7f1228 commit 9ccd5db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ let package = Package(
1818
// Dependencies declare other packages that this package depends on.
1919
// .package(url: /* package url */, from: "1.0.0"),
2020
.package(name: "ScreenData", url: "https://github.com/ServerDriven/ScreenData-swift", from: "0.4.1"),
21-
.package(name: "ScreenDataNavigation", url: "https://github.com/ServerDriven/ScreenDataNavigation-swift", from: "1.0.0"),
21+
.package(name: "ScreenDataNavigation", url: "https://github.com/ServerDriven/ScreenDataNavigation-swift", .branch("develop")),
2222
.package(url: "https://github.com/0xLeif/Chronicle", from: "0.2.3")
2323
],
2424
targets: [

0 commit comments

Comments
 (0)