Skip to content

Commit 7d21c9e

Browse files
Merge pull request #3500 from SwiftPackageIndex/dependabot/swift/swift-dependencies-ce219616df
Swift: Bump github.com/pointfreeco/swift-dependencies from 1.4.1 to 1.5.2 in the swift-dependencies group
2 parents 500b22a + cb85eef commit 7d21c9e

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
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 & 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.4.1"),
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)