Skip to content

Commit 043f86d

Browse files
Fix swift-case-paths being pinned to 1.1.0 the wrong way (#2577)
1 parent 6bb85c8 commit 043f86d

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
@@ -21,7 +21,7 @@ let package = Package(
2121
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0"),
2222
.package(url: "https://github.com/google/swift-benchmark", from: "0.1.0"),
2323
.package(url: "https://github.com/pointfreeco/combine-schedulers", from: "1.0.0"),
24-
.package(url: "https://github.com/pointfreeco/swift-case-paths", branch: "1.1.0"),
24+
.package(url: "https://github.com/pointfreeco/swift-case-paths", from: "1.1.0"),
2525
.package(url: "https://github.com/pointfreeco/swift-concurrency-extras", from: "1.1.0"),
2626
.package(url: "https://github.com/pointfreeco/swift-custom-dump", from: "1.0.0"),
2727
.package(url: "https://github.com/pointfreeco/swift-dependencies", from: "1.0.0"),

0 commit comments

Comments
 (0)