Skip to content

Commit 6fbf1fe

Browse files
committed
wip
1 parent afa95be commit 6fbf1fe

File tree

5 files changed

+27
-27
lines changed

5 files changed

+27
-27
lines changed

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

Lines changed: 7 additions & 7 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: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.resolved

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

Package.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ let package = Package(
2626
.package(url: "https://github.com/pointfreeco/swift-dependencies", from: "1.4.0"),
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"),
29-
.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(url: "https://github.com/pointfreeco/swift-sharing", branch: "swift-6-2"),
29+
.package(url: "https://github.com/pointfreeco/swift-navigation", from: "2.3.0"),
30+
.package(url: "https://github.com/pointfreeco/swift-perception", "1.3.4"..<"3.0.0"),
31+
.package(url: "https://github.com/pointfreeco/swift-sharing", "0.1.2"..<"3.0.0"),
3232
.package(url: "https://github.com/pointfreeco/xctest-dynamic-overlay", from: "1.3.0"),
3333
.package(url: "https://github.com/swiftlang/swift-docc-plugin", from: "1.0.0"),
3434
.package(url: "https://github.com/swiftlang/swift-syntax", "509.0.0"..<"602.0.0"),

[email protected]

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ let package = Package(
2626
.package(url: "https://github.com/pointfreeco/swift-dependencies", from: "1.4.0"),
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"),
29-
.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(url: "https://github.com/pointfreeco/swift-sharing", branch: "swift-6-2"),
29+
.package(url: "https://github.com/pointfreeco/swift-navigation", from: "2.3.0"),
30+
.package(url: "https://github.com/pointfreeco/swift-perception", "1.3.4"..<"3.0.0"),
31+
.package(url: "https://github.com/pointfreeco/swift-sharing", "0.1.2"..<"3.0.0"),
3232
.package(url: "https://github.com/pointfreeco/xctest-dynamic-overlay", from: "1.3.0"),
3333
.package(url: "https://github.com/swiftlang/swift-docc-plugin", from: "1.0.0"),
3434
.package(url: "https://github.com/swiftlang/swift-syntax", "509.0.0"..<"602.0.0"),

0 commit comments

Comments
 (0)