File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
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" : " 870133b7b2387df136ad301ec67b2e864b51dda1 " ,
27
- "version" : " 0.14 .0"
26
+ "revision" : " 5da6989aae464f324eef5c5b52bdb7974725ab81 " ,
27
+ "version" : " 1.0 .0"
28
28
}
29
29
},
30
30
{
59
59
"kind" : " remoteSourceControl" ,
60
60
"location" : " https://github.com/pointfreeco/swift-parsing" ,
61
61
"state" : {
62
- "revision" : " c6e2241daa46e5c6e5027a93b161bca6ba692bcc " ,
63
- "version" : " 0.12 .0"
62
+ "revision" : " a0e7d73f462c1c38c59dc40a3969ac40cea42950 " ,
63
+ "version" : " 0.13 .0"
64
64
}
65
65
},
66
66
{
67
67
"identity" : " xctest-dynamic-overlay" ,
68
68
"kind" : " remoteSourceControl" ,
69
69
"location" : " https://github.com/pointfreeco/xctest-dynamic-overlay" ,
70
70
"state" : {
71
- "revision" : " ab8c9f45843694dd16be4297e6d44c0634fd9913 " ,
72
- "version" : " 0.8.4 "
71
+ "revision" : " 302891700c7fa3b92ebde9fe7b42933f8349f3c7 " ,
72
+ "version" : " 1.0.0 "
73
73
}
74
74
}
75
75
],
Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ 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-parsing " , from: " 0.12 .0 " ) ,
21
- . package ( url: " https://github.com/pointfreeco/xctest-dynamic-overlay " , from: " 0.3 .0" ) ,
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.0 .0" ) ,
22
22
. package ( url: " https://github.com/google/swift-benchmark " , from: " 0.1.1 " ) ,
23
23
] ,
24
24
targets: [
You can’t perform that action at this time.
0 commit comments