Skip to content

Commit beb1240

Browse files
committed
wip
1 parent 9354e84 commit beb1240

File tree

4 files changed

+37
-29
lines changed

4 files changed

+37
-29
lines changed

.github/package.xcworkspace/xcshareddata/swiftpm/Package.resolved

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

ComposableArchitecture.xcworkspace/xcshareddata/swiftpm/Package.resolved

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

Package.resolved

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

[email protected]

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ let package = Package(
2727
.package(url: "https://github.com/pointfreeco/swift-identified-collections", from: "1.1.0"),
2828
.package(url: "https://github.com/pointfreeco/swift-macro-testing", from: "0.2.0"),
2929
.package(url: "https://github.com/pointfreeco/swift-navigation", branch: "swift-6-2"),
30-
// .package(url: "https://github.com/pointfreeco/swift-perception", branch: "swift-6-2"),
31-
.package(path: "../swift-perception"),
30+
.package(url: "https://github.com/pointfreeco/swift-perception", branch: "swift-6-2"),
3231
.package(url: "https://github.com/pointfreeco/swift-sharing", branch: "swift-6-2"),
3332
.package(url: "https://github.com/pointfreeco/xctest-dynamic-overlay", from: "1.3.0"),
3433
.package(url: "https://github.com/swiftlang/swift-docc-plugin", from: "1.0.0"),

0 commit comments

Comments
 (0)