Skip to content

Commit 1cfd564

Browse files
authored
Point Issue Reporting to xctest-dynamic-overlay URL (#105)
1 parent 12fb6c3 commit 1cfd564

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

Package.resolved

+11-11
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
"kind" : "remoteSourceControl",
2424
"location" : "https://github.com/pointfreeco/swift-case-paths",
2525
"state" : {
26-
"revision" : "031704ba0634b45e02fe875b8ddddc7f30a07f49",
27-
"version" : "1.5.3"
26+
"revision" : "71344dd930fde41e8f3adafe260adcbb2fc2a3dc",
27+
"version" : "1.5.4"
2828
}
2929
},
3030
{
@@ -54,15 +54,6 @@
5454
"version" : "1.0.0"
5555
}
5656
},
57-
{
58-
"identity" : "swift-issue-reporting",
59-
"kind" : "remoteSourceControl",
60-
"location" : "https://github.com/pointfreeco/swift-issue-reporting",
61-
"state" : {
62-
"revision" : "926f43898706eaa127db79ac42138e1ad7e85a3f",
63-
"version" : "1.2.0"
64-
}
65-
},
6657
{
6758
"identity" : "swift-parsing",
6859
"kind" : "remoteSourceControl",
@@ -80,6 +71,15 @@
8071
"revision" : "4c6cc0a3b9e8f14b3ae2307c5ccae4de6167ac2c",
8172
"version" : "600.0.0-prerelease-2024-06-12"
8273
}
74+
},
75+
{
76+
"identity" : "xctest-dynamic-overlay",
77+
"kind" : "remoteSourceControl",
78+
"location" : "https://github.com/pointfreeco/xctest-dynamic-overlay",
79+
"state" : {
80+
"revision" : "357ca1e5dd31f613a1d43320870ebc219386a495",
81+
"version" : "1.2.2"
82+
}
8383
}
8484
],
8585
"version" : 2

Package.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ let package = Package(
1717
.package(url: "https://github.com/apple/swift-argument-parser", from: "0.5.0"),
1818
.package(url: "https://github.com/apple/swift-collections", from: "1.0.3"),
1919
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0"),
20-
.package(url: "https://github.com/pointfreeco/swift-issue-reporting", from: "1.2.0"),
2120
.package(url: "https://github.com/pointfreeco/swift-parsing", from: "0.13.0"),
21+
.package(url: "https://github.com/pointfreeco/xctest-dynamic-overlay", from: "1.2.2"),
2222
.package(url: "https://github.com/google/swift-benchmark", from: "0.1.1"),
2323
],
2424
targets: [
2525
.target(
2626
name: "URLRouting",
2727
dependencies: [
28-
.product(name: "IssueReporting", package: "swift-issue-reporting"),
28+
.product(name: "IssueReporting", package: "xctest-dynamic-overlay"),
2929
.product(name: "OrderedCollections", package: "swift-collections"),
3030
.product(name: "Parsing", package: "swift-parsing"),
3131
]

0 commit comments

Comments
 (0)