Skip to content

Commit 245e2f2

Browse files
committed
prep
1 parent ac7ea43 commit 245e2f2

File tree

2 files changed

+4
-46
lines changed

2 files changed

+4
-46
lines changed

Package.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// swift-tools-version:5.2
1+
// swift-tools-version:5.3
22

33
import PackageDescription
44

@@ -18,9 +18,9 @@ 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.4.0"),
22-
.package(url: "https://github.com/pointfreeco/swift-case-paths", from: "0.1.3"),
23-
.package(url: "https://github.com/pointfreeco/swift-identified-collections", .branch("main")),
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-identified-collections", from: "0.1.0"),
2424
.package(url: "https://github.com/pointfreeco/xctest-dynamic-overlay", from: "0.1.0"),
2525
],
2626
targets: [

[email protected]

Lines changed: 0 additions & 42 deletions
This file was deleted.

0 commit comments

Comments
 (0)