We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5be9841 commit 81796daCopy full SHA for 81796da
1 file changed
Package.swift
@@ -18,7 +18,7 @@ let package = Package(
18
],
19
dependencies: [
20
// Dependencies declare other packages that this package depends on.
21
- .package(url: "https://github.com/ServerDriven/ScreenData-swift", .branch("develop")),
+ .package(url: "https://github.com/ServerDriven/ScreenData-swift", from: "0.4.2"),
22
.package(url: "https://github.com/ServerDriven/ScreenDataNavigation-swift", from: "1.1.0"),
23
.package(url: "https://github.com/0xLeif/Chronicle", from: "0.2.3")
24
0 commit comments