File tree 2 files changed +13
-13
lines changed
2 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 23
23
"kind" : " remoteSourceControl" ,
24
24
"location" : " https://github.com/pointfreeco/swift-case-paths" ,
25
25
"state" : {
26
- "revision" : " 031704ba0634b45e02fe875b8ddddc7f30a07f49 " ,
27
- "version" : " 1.5.3 "
26
+ "revision" : " 71344dd930fde41e8f3adafe260adcbb2fc2a3dc " ,
27
+ "version" : " 1.5.4 "
28
28
}
29
29
},
30
30
{
54
54
"version" : " 1.0.0"
55
55
}
56
56
},
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
- },
66
57
{
67
58
"identity" : " swift-parsing" ,
68
59
"kind" : " remoteSourceControl" ,
80
71
"revision" : " 4c6cc0a3b9e8f14b3ae2307c5ccae4de6167ac2c" ,
81
72
"version" : " 600.0.0-prerelease-2024-06-12"
82
73
}
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
+ }
83
83
}
84
84
],
85
85
"version" : 2
Original file line number Diff line number Diff line change @@ -17,15 +17,15 @@ let package = Package(
17
17
. package ( url: " https://github.com/apple/swift-argument-parser " , from: " 0.5.0 " ) ,
18
18
. package ( url: " https://github.com/apple/swift-collections " , from: " 1.0.3 " ) ,
19
19
. 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 " ) ,
21
20
. 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 " ) ,
22
22
. package ( url: " https://github.com/google/swift-benchmark " , from: " 0.1.1 " ) ,
23
23
] ,
24
24
targets: [
25
25
. target(
26
26
name: " URLRouting " ,
27
27
dependencies: [
28
- . product( name: " IssueReporting " , package : " swift-issue-reporting " ) ,
28
+ . product( name: " IssueReporting " , package : " xctest-dynamic-overlay " ) ,
29
29
. product( name: " OrderedCollections " , package : " swift-collections " ) ,
30
30
. product( name: " Parsing " , package : " swift-parsing " ) ,
31
31
]
You can’t perform that action at this time.
0 commit comments