File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2
2
"object" : {
3
3
"pins" : [
4
4
{
5
- "package" : " SnapshotTesting " ,
5
+ "package" : " swift-snapshot-testing " ,
6
6
"repositoryURL" : " https://github.com/pointfreeco/swift-snapshot-testing.git" ,
7
7
"state" : {
8
8
"branch" : null ,
9
- "revision" : " f8a9c997c3c1dab4e216a8ec9014e23144cbab37 " ,
10
- "version" : " 1.9 .0"
9
+ "revision" : " f29e2014f6230cf7d5138fc899da51c7f513d467 " ,
10
+ "version" : " 1.10 .0"
11
11
}
12
12
}
13
13
]
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ let package = Package(
8
8
name: " SnapshotTestingHEIC " ,
9
9
platforms: [
10
10
. iOS( . v11) ,
11
- . macOS( . v10_13 ) ,
11
+ . macOS( . v10_15 ) ,
12
12
. tvOS( . v10)
13
13
] ,
14
14
products: [
@@ -17,16 +17,16 @@ let package = Package(
17
17
targets: [ " SnapshotTestingHEIC " ] ) ,
18
18
] ,
19
19
dependencies: [
20
- . package ( name: " SnapshotTesting " ,
20
+ . package ( name: " swift-snapshot-testing " ,
21
21
url: " https://github.com/pointfreeco/swift-snapshot-testing.git " ,
22
- from: " 1.8 .0 " ) ,
22
+ from: " 1.10 .0 " ) ,
23
23
] ,
24
24
targets: [
25
25
. target(
26
26
name: " SnapshotTestingHEIC " ,
27
27
dependencies: [
28
28
. product( name: " SnapshotTesting " ,
29
- package : " SnapshotTesting " ) ,
29
+ package : " swift-snapshot-testing " ) ,
30
30
]
31
31
) ,
32
32
. testTarget(
You can’t perform that action at this time.
0 commit comments