We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08c315a commit c5b56a8Copy full SHA for c5b56a8
1 file changed
Package.swift
@@ -35,7 +35,7 @@ let package = Package(
35
.package(url: "https://github.com/pointfreeco/swift-snapshot-testing", from: "1.18.4"),
36
.package(
37
url: "https://github.com/mackoj/swift-structured-queries.git",
38
- branch: "feat/incorporate_trait_tagged"
+ from: "0.25.2-tagged"
39
),
40
.package(url: "https://github.com/pointfreeco/swift-tagged", from: "0.10.0"),
41
.package(url: "https://github.com/pointfreeco/xctest-dynamic-overlay", from: "1.5.0"),
0 commit comments