Skip to content

Commit e55da88

Browse files
committed
Go back to 1.4.1
1 parent 495dc9d commit e55da88

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Package.resolved

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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)