Skip to content

Commit 706fda8

Browse files
authored
Bump Dependencies (#918)
1 parent b85fb40 commit 706fda8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Package.swift

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ let package = Package(
1818
],
1919
dependencies: [
2020
.package(name: "Benchmark", url: "https://github.com/google/swift-benchmark", from: "0.1.0"),
21-
.package(url: "https://github.com/pointfreeco/combine-schedulers", from: "0.5.0"),
22-
.package(url: "https://github.com/pointfreeco/swift-case-paths", from: "0.4.0"),
23-
.package(url: "https://github.com/pointfreeco/swift-custom-dump", from: "0.1.0"),
24-
.package(url: "https://github.com/pointfreeco/swift-identified-collections", from: "0.1.0"),
25-
.package(url: "https://github.com/pointfreeco/xctest-dynamic-overlay", from: "0.2.0"),
21+
.package(url: "https://github.com/pointfreeco/combine-schedulers", from: "0.5.3"),
22+
.package(url: "https://github.com/pointfreeco/swift-case-paths", from: "0.7.0"),
23+
.package(url: "https://github.com/pointfreeco/swift-custom-dump", from: "0.3.0"),
24+
.package(url: "https://github.com/pointfreeco/swift-identified-collections", from: "0.3.2"),
25+
.package(url: "https://github.com/pointfreeco/xctest-dynamic-overlay", from: "0.2.1"),
2626
],
2727
targets: [
2828
.target(

0 commit comments

Comments
 (0)