Skip to content

Commit cb85eef

Browse files
committed
Unpin swift-dependencies
1 parent 6c2a51f commit cb85eef

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Package.swift

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,7 @@ let package = Package(
3939
.package(url: "https://github.com/swiftlang/swift-package-manager.git", branch: "release/5.10"),
4040
.package(url: "https://github.com/dankinsoid/VaporToOpenAPI.git", from: "4.4.4"),
4141
.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.2"),
42+
.package(url: "https://github.com/pointfreeco/swift-dependencies", from: "1.5.2"),
4543
.package(url: "https://github.com/pointfreeco/swift-parsing.git", from: "0.12.0"),
4644
.package(url: "https://github.com/pointfreeco/swift-snapshot-testing.git", from: "1.11.1"),
4745
.package(url: "https://github.com/scinfu/SwiftSoup.git", from: "2.3.2"),

0 commit comments

Comments
 (0)