We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd1bb63 commit 9325980Copy full SHA for 9325980
Package.swift
@@ -41,7 +41,7 @@ let package = Package(
41
.package(url: "https://github.com/pointfreeco/swift-custom-dump.git", from: "1.0.0"),
42
// Pinned because 1.5.0 fails to build on Linux/Swift 6
43
// https://github.com/pointfreeco/swift-dependencies/issues/302
44
- .package(url: "https://github.com/pointfreeco/swift-dependencies", exact: "1.5.1"),
+ .package(url: "https://github.com/pointfreeco/swift-dependencies", exact: "1.4.1"),
45
.package(url: "https://github.com/pointfreeco/swift-parsing.git", from: "0.12.0"),
46
.package(url: "https://github.com/pointfreeco/swift-snapshot-testing.git", from: "1.11.1"),
47
.package(url: "https://github.com/scinfu/SwiftSoup.git", from: "2.3.2"),
0 commit comments