File tree 2 files changed +9
-9
lines changed 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 6
6
"repositoryURL" : " https://github.com/pointfreeco/swift-case-paths" ,
7
7
"state" : {
8
8
"branch" : null ,
9
- "revision" : " c3a42e8d1a76ff557cf565ed6d8b0aee0e6e75af " ,
10
- "version" : " 0.11 .0"
9
+ "revision" : " 5da6989aae464f324eef5c5b52bdb7974725ab81 " ,
10
+ "version" : " 1.0 .0"
11
11
}
12
12
},
13
13
{
14
14
"package" : " swift-custom-dump" ,
15
15
"repositoryURL" : " https://github.com/pointfreeco/swift-custom-dump" ,
16
16
"state" : {
17
17
"branch" : null ,
18
- "revision" : " 819d9d370cd721c9d87671e29d947279292e4541 " ,
19
- "version" : " 0.6 .0"
18
+ "revision" : " edd66cace818e1b1c6f1b3349bb1d8e00d6f8b01 " ,
19
+ "version" : " 1.0 .0"
20
20
}
21
21
},
22
22
{
33
33
"repositoryURL" : " https://github.com/pointfreeco/xctest-dynamic-overlay" ,
34
34
"state" : {
35
35
"branch" : null ,
36
- "revision" : " a9daebf0bf65981fd159c885d504481a65a75f02 " ,
37
- "version" : " 0.8 .0"
36
+ "revision" : " 302891700c7fa3b92ebde9fe7b42933f8349f3c7 " ,
37
+ "version" : " 1.0 .0"
38
38
}
39
39
}
40
40
]
Original file line number Diff line number Diff line change @@ -22,9 +22,9 @@ let package = Package(
22
22
] ,
23
23
dependencies: [
24
24
. package ( url: " https://github.com/apple/swift-docc-plugin " , from: " 1.0.0 " ) ,
25
- . package ( url: " https://github.com/pointfreeco/swift-case-paths " , from: " 0.11 .0" ) ,
26
- . package ( url: " https://github.com/pointfreeco/swift-custom-dump " , from: " 0.6 .0" ) ,
27
- . package ( url: " https://github.com/pointfreeco/xctest-dynamic-overlay " , from: " 0.8 .0" ) ,
25
+ . package ( url: " https://github.com/pointfreeco/swift-case-paths " , from: " 1.0 .0" ) ,
26
+ . package ( url: " https://github.com/pointfreeco/swift-custom-dump " , from: " 1.0 .0" ) ,
27
+ . package ( url: " https://github.com/pointfreeco/xctest-dynamic-overlay " , from: " 1.0 .0" ) ,
28
28
] ,
29
29
targets: [
30
30
. target(
You can’t perform that action at this time.
0 commit comments