Skip to content

Commit c3648d2

Browse files
Merge pull request #3487 from SwiftPackageIndex/dependabot/swift/swift-dependencies-f8c82d7f1e
Swift: Bump the swift-dependencies group with 2 updates
2 parents 73e2a82 + d5a1410 commit c3648d2

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-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: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@ 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-
.package(url: "https://github.com/pointfreeco/swift-dependencies", 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"),
4345
.package(url: "https://github.com/pointfreeco/swift-parsing.git", from: "0.12.0"),
4446
.package(url: "https://github.com/pointfreeco/swift-snapshot-testing.git", from: "1.11.1"),
4547
.package(url: "https://github.com/scinfu/SwiftSoup.git", from: "2.3.2"),

0 commit comments

Comments
 (0)