Skip to content

Commit 0061902

Browse files
robmaceachernwatt
andauthored
chore: Bump Perception to 2.0.6 (#377)
## Checklist **Bump perception to 2.0.6** **`tuist install --path Samples` to update Sample resolved dependencies** The Perception version specified in Package.swift is now `1.5.0"..<"3.0.0`. This allows easier upgrade and downgrades by consumers. I've opened this in favor of #376 because Perception has been [updated](pointfreeco/swift-perception#156) following Apple's reversion of swiftlang/swift#83436 and it avoids test updates on our end for now. I didn't run the `tuist install` with the `--update` flag this time either. There doesn't seem to be a way to scope the updates to only Perception and it's sub-dependencies and I didn't want all the other clutter associated with this change. - [x] Unit Tests - [x] UI Tests - [x] Snapshot Tests (iOS only) - [x] I have made corresponding changes to the documentation - [x] Resolve new Perception warning in ios-register: squareup/ios-register#131811 - [x] Resolve new instances of Perception warnings in Market: squareup/market#11042 --------- Co-authored-by: Andrew Watt <[email protected]>
1 parent 22b5dbf commit 0061902

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ let package = Package(
5959
.package(url: "https://github.com/pointfreeco/swift-case-paths", from: "1.5.5"),
6060
.package(url: "https://github.com/pointfreeco/swift-identified-collections", from: "1.0.0"),
6161
.package(url: "https://github.com/pointfreeco/swift-macro-testing", from: "0.4.0"),
62-
.package(url: "https://github.com/pointfreeco/swift-perception", from: "1.5.0"),
62+
.package(url: "https://github.com/pointfreeco/swift-perception", "1.5.0" ..< "3.0.0"),
6363
.package(url: "https://github.com/pointfreeco/swift-custom-dump", from: "1.3.3"),
6464
.package(url: "https://github.com/pointfreeco/xctest-dynamic-overlay", from: "1.0.0"),
6565
],

Samples/Tuist/Package.resolved

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

0 commit comments

Comments
 (0)