Skip to content

Commit 8d0ccb5

Browse files
committed
Bump swift-tools-version to 5.3
Bump CasPaths to use from 0.4.0
1 parent 5e0586d commit 8d0ccb5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Package.swift

Lines changed: 2 additions & 2 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

@@ -19,7 +19,7 @@ let package = Package(
1919
dependencies: [
2020
.package(name: "Benchmark", url: "https://github.com/google/swift-benchmark", from: "0.1.0"),
2121
.package(url: "https://github.com/ReactiveCocoa/ReactiveSwift", from: "6.6.0"),
22-
.package(url: "https://github.com/pointfreeco/swift-case-paths", from: "0.1.3"),
22+
.package(url: "https://github.com/pointfreeco/swift-case-paths", from: "0.4.0"),
2323
.package(url: "https://github.com/pointfreeco/xctest-dynamic-overlay", from: "0.1.0"),
2424
],
2525
targets: [

0 commit comments

Comments
 (0)