diff --git a/Package.swift b/Package.swift index 55a3546ce..37e0222f6 100644 --- a/Package.swift +++ b/Package.swift @@ -59,7 +59,7 @@ let package = Package( .package(url: "https://github.com/pointfreeco/swift-case-paths", from: "1.5.5"), .package(url: "https://github.com/pointfreeco/swift-identified-collections", from: "1.0.0"), .package(url: "https://github.com/pointfreeco/swift-macro-testing", from: "0.4.0"), - .package(url: "https://github.com/pointfreeco/swift-perception", from: "1.5.0"), + .package(url: "https://github.com/pointfreeco/swift-perception", "1.5.0" ..< "3.0.0"), .package(url: "https://github.com/pointfreeco/swift-custom-dump", from: "1.3.3"), .package(url: "https://github.com/pointfreeco/xctest-dynamic-overlay", from: "1.0.0"), ], diff --git a/Samples/Tuist/Package.resolved b/Samples/Tuist/Package.resolved index 378ee86bf..7dae328cf 100644 --- a/Samples/Tuist/Package.resolved +++ b/Samples/Tuist/Package.resolved @@ -68,8 +68,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/pointfreeco/swift-perception", "state" : { - "revision" : "21811d6230a625fa0f2e6ffa85be857075cc02c4", - "version" : "1.5.0" + "revision" : "59b00dfa5548b5b91ebbda6d94d6328d82ca00fe", + "version" : "2.0.6" } }, { @@ -86,8 +86,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/pointfreeco/xctest-dynamic-overlay", "state" : { - "revision" : "96beb108a57f24c8476ae1f309239270772b2940", - "version" : "1.2.5" + "revision" : "b2ed9eabefe56202ee4939dd9fc46b6241c88317", + "version" : "1.6.1" } } ],