Skip to content

Commit 2564ed2

Browse files
committed
fix: bump case-paths dep to fix xcode 16.3 error
1 parent fdf2b18 commit 2564ed2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ let package = Package(
6060
.package(url: "https://github.com/ReactiveCocoa/ReactiveSwift.git", from: "7.1.1"),
6161
.package(url: "https://github.com/ReactiveX/RxSwift.git", from: "6.6.0"),
6262
.package(url: "https://github.com/swiftlang/swift-syntax", "509.0.0" ..< "601.0.0-prerelease"),
63-
.package(url: "https://github.com/pointfreeco/swift-case-paths", from: "1.1.0"),
63+
.package(url: "https://github.com/pointfreeco/swift-case-paths", from: "1.5.5"),
6464
.package(url: "https://github.com/pointfreeco/swift-identified-collections", from: "1.0.0"),
6565
.package(url: "https://github.com/pointfreeco/swift-macro-testing", from: "0.4.0"),
6666
.package(url: "https://github.com/pointfreeco/swift-perception", from: "1.5.0"),

Samples/Tuist/Package.resolved

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)