Skip to content

Commit f47b46e

Browse files
Update dependency apple/swift-algorithms to from: "1.2.1" (#190)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ecab4a9 commit f47b46e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_Packages/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ let package = Package(
77
.library(name: "_Packages", type: .dynamic, targets: ["_Packages"]),
88
],
99
dependencies: [
10-
.package(url: "https://github.com/apple/swift-algorithms", from: "1.2.0"),
10+
.package(url: "https://github.com/apple/swift-algorithms", from: "1.2.1"),
1111
.package(url: "https://github.com/apple/swift-atomics", from: "1.2.0"),
1212
.package(url: "https://github.com/apple/swift-collections", from: "1.1.4"),
1313
.package(url: "https://github.com/apple/swift-crypto", from: "3.10.1"),

0 commit comments

Comments
 (0)