Skip to content

Commit d015f31

Browse files
Stijn WillemsdoozMen
authored andcommitted
simplify type for compiler
1 parent 53aaa59 commit d015f31

2 files changed

Lines changed: 3 additions & 22 deletions

File tree

Package.resolved

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

Package.swift

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,8 @@ let package = Package(
2929
.package(url: "https://github.com/pointfreeco/swift-concurrency-extras", from: "1.0.0"),
3030
.package(url: "https://github.com/pointfreeco/swift-custom-dump", from: "1.3.3"),
3131
.package(url: "https://github.com/pointfreeco/swift-dependencies", from: "1.9.0"),
32-
.package(url: "https://github.com/pointfreeco/swift-sharing", from: "2.3.0"),
33-
// NB: Local fork with Swift 6.3 fixes
34-
.package(name: "swift-perception", path: "../swift-perception"),
32+
// NB: Local fork with Swift 6.3 fixes for swift-perception (transitive dependency)
33+
.package(name: "swift-sharing", path: "../swift-sharing"),
3534
.package(url: "https://github.com/pointfreeco/swift-snapshot-testing", from: "1.18.4"),
3635
.package(
3736
path: "../swift-structured-queries",

0 commit comments

Comments
 (0)