Skip to content

Commit 6c2a51f

Browse files
Swift: Bump github.com/pointfreeco/swift-dependencies
Bumps the swift-dependencies group with 1 update: [github.com/pointfreeco/swift-dependencies](https://github.com/pointfreeco/swift-dependencies). Updates `github.com/pointfreeco/swift-dependencies` from 1.4.1 to 1.5.2 - [Release notes](https://github.com/pointfreeco/swift-dependencies/releases) - [Commits](pointfreeco/swift-dependencies@1.4.1...1.5.2) --- updated-dependencies: - dependency-name: github.com/pointfreeco/swift-dependencies dependency-type: direct:production update-type: version-update:semver-minor dependency-group: swift-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 500b22a commit 6c2a51f

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.4.1"),
44+
.package(url: "https://github.com/pointfreeco/swift-dependencies", exact: "1.5.2"),
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)