Skip to content

Commit 9325980

Browse files
committed
Go back to 1.4.1
1 parent cd1bb63 commit 9325980

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
@@ -41,7 +41,7 @@ let package = Package(
4141
.package(url: "https://github.com/pointfreeco/swift-custom-dump.git", from: "1.0.0"),
4242
// Pinned because 1.5.0 fails to build on Linux/Swift 6
4343
// https://github.com/pointfreeco/swift-dependencies/issues/302
44-
.package(url: "https://github.com/pointfreeco/swift-dependencies", exact: "1.5.1"),
44+
.package(url: "https://github.com/pointfreeco/swift-dependencies", exact: "1.4.1"),
4545
.package(url: "https://github.com/pointfreeco/swift-parsing.git", from: "0.12.0"),
4646
.package(url: "https://github.com/pointfreeco/swift-snapshot-testing.git", from: "1.11.1"),
4747
.package(url: "https://github.com/scinfu/SwiftSoup.git", from: "2.3.2"),

0 commit comments

Comments
 (0)