File tree 2 files changed +12
-3
lines changed
2 files changed +12
-3
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" : " 241301b67d8551c26d8f09bd2c0e52cc49f18007 " ,
27
- "version" : " 0.8 .0"
26
+ "revision" : " 5da6989aae464f324eef5c5b52bdb7974725ab81 " ,
27
+ "version" : " 1.0 .0"
28
28
}
29
29
},
30
30
{
35
35
"revision" : " 3303b164430d9a7055ba484c8ead67a52f7b74f6" ,
36
36
"version" : " 1.0.0"
37
37
}
38
+ },
39
+ {
40
+ "identity" : " xctest-dynamic-overlay" ,
41
+ "kind" : " remoteSourceControl" ,
42
+ "location" : " https://github.com/pointfreeco/xctest-dynamic-overlay" ,
43
+ "state" : {
44
+ "revision" : " 302891700c7fa3b92ebde9fe7b42933f8349f3c7" ,
45
+ "version" : " 1.0.0"
46
+ }
38
47
}
39
48
],
40
49
"version" : 2
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ let package = Package(
18
18
] ,
19
19
dependencies: [
20
20
. package ( url: " https://github.com/apple/swift-docc-plugin " , from: " 1.0.0 " ) ,
21
- . package ( url: " https://github.com/pointfreeco/swift-case-paths " , from: " 0.8 .0" ) ,
21
+ . package ( url: " https://github.com/pointfreeco/swift-case-paths " , 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