mirror of
https://github.com/pointfreeco/swift-composable-architecture.git
synced 2025-12-20 09:11:33 +01:00
Fix swift-case-paths being pinned to 1.1.0 the wrong way (#2577)
This commit is contained in:
@@ -21,7 +21,7 @@ let package = Package(
|
|||||||
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0"),
|
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0"),
|
||||||
.package(url: "https://github.com/google/swift-benchmark", from: "0.1.0"),
|
.package(url: "https://github.com/google/swift-benchmark", from: "0.1.0"),
|
||||||
.package(url: "https://github.com/pointfreeco/combine-schedulers", from: "1.0.0"),
|
.package(url: "https://github.com/pointfreeco/combine-schedulers", from: "1.0.0"),
|
||||||
.package(url: "https://github.com/pointfreeco/swift-case-paths", branch: "1.1.0"),
|
.package(url: "https://github.com/pointfreeco/swift-case-paths", from: "1.1.0"),
|
||||||
.package(url: "https://github.com/pointfreeco/swift-concurrency-extras", from: "1.1.0"),
|
.package(url: "https://github.com/pointfreeco/swift-concurrency-extras", from: "1.1.0"),
|
||||||
.package(url: "https://github.com/pointfreeco/swift-custom-dump", from: "1.0.0"),
|
.package(url: "https://github.com/pointfreeco/swift-custom-dump", from: "1.0.0"),
|
||||||
.package(url: "https://github.com/pointfreeco/swift-dependencies", from: "1.0.0"),
|
.package(url: "https://github.com/pointfreeco/swift-dependencies", from: "1.0.0"),
|
||||||
|
|||||||
Reference in New Issue
Block a user