File tree 3 files changed +16
-3
lines changed
3 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 41
41
"kind" : " remoteSourceControl" ,
42
42
"location" : " https://github.com/pointfreeco/swift-custom-dump" ,
43
43
"state" : {
44
- "revision" : " 3ce83179e5f0c83ad54c305779c6b438e82aaf1d " ,
45
- "version" : " 1.2.1 "
44
+ "revision" : " 82645ec760917961cfa08c9c0c7104a57a0fa4b1 " ,
45
+ "version" : " 1.3.3 "
46
46
}
47
47
},
48
48
{
Original file line number Diff line number Diff line change @@ -192,7 +192,10 @@ let project = Project(
192
192
. unitTest(
193
193
for: " WorkflowReactiveSwift " ,
194
194
sources: " ../WorkflowReactiveSwift/Tests/** " ,
195
- dependencies: [ . external( name: " WorkflowReactiveSwift " ) ]
195
+ dependencies: [
196
+ . external( name: " WorkflowReactiveSwift " ) ,
197
+ . external( name: " WorkflowReactiveSwiftTesting " ) ,
198
+ ]
196
199
) ,
197
200
. unitTest(
198
201
for: " WorkflowReactiveSwiftTesting " ,
@@ -205,6 +208,7 @@ let project = Project(
205
208
sources: " ../WorkflowRxSwift/Tests/** " ,
206
209
dependencies: [
207
210
. external( name: " WorkflowRxSwift " ) ,
211
+ . external( name: " WorkflowRxSwiftTesting " ) ,
208
212
. external( name: " WorkflowReactiveSwift " ) ,
209
213
]
210
214
) ,
Original file line number Diff line number Diff line change 45
45
"version" : " 1.1.2"
46
46
}
47
47
},
48
+ {
49
+ "identity" : " swift-custom-dump" ,
50
+ "kind" : " remoteSourceControl" ,
51
+ "location" : " https://github.com/pointfreeco/swift-custom-dump" ,
52
+ "state" : {
53
+ "revision" : " 82645ec760917961cfa08c9c0c7104a57a0fa4b1" ,
54
+ "version" : " 1.3.3"
55
+ }
56
+ },
48
57
{
49
58
"identity" : " swift-identified-collections" ,
50
59
"kind" : " remoteSourceControl" ,
You can’t perform that action at this time.
0 commit comments