File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 32
32
"kind" : " remoteSourceControl" ,
33
33
"location" : " https://github.com/apple/swift-testing" ,
34
34
"state" : {
35
- "revision" : " 56f3c5086bcb6c88680f48aeba7222617ed088d3 " ,
36
- "version" : " 0.2 .0"
35
+ "revision" : " 126e4be6857bda76aab3f45282bc6cfff5ac876a " ,
36
+ "version" : " 0.3 .0"
37
37
}
38
38
}
39
39
],
Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ if swiftLogCondition {
145
145
let swiftTestingCondition = envEnable ( " OPENSWIFTUI_SWIFT_TESTING " , default: true )
146
146
if swiftTestingCondition {
147
147
package . dependencies. append (
148
- . package ( url: " https://github.com/apple/swift-testing " , from: " 0.2 .0 " )
148
+ . package ( url: " https://github.com/apple/swift-testing " , from: " 0.3 .0 " )
149
149
)
150
150
openSwiftUITestTarget. dependencies. append (
151
151
. product( name: " Testing " , package : " swift-testing " )
You can’t perform that action at this time.
0 commit comments