Skip to content

Commit 77071bd

Browse files
authored
Bump swift-testing version to 0.3.0 (#22)
1 parent 7291a4d commit 77071bd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Package.resolved

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
"kind" : "remoteSourceControl",
3333
"location" : "https://github.com/apple/swift-testing",
3434
"state" : {
35-
"revision" : "56f3c5086bcb6c88680f48aeba7222617ed088d3",
36-
"version" : "0.2.0"
35+
"revision" : "126e4be6857bda76aab3f45282bc6cfff5ac876a",
36+
"version" : "0.3.0"
3737
}
3838
}
3939
],

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ if swiftLogCondition {
145145
let swiftTestingCondition = envEnable("OPENSWIFTUI_SWIFT_TESTING", default: true)
146146
if swiftTestingCondition {
147147
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")
149149
)
150150
openSwiftUITestTarget.dependencies.append(
151151
.product(name: "Testing", package: "swift-testing")

0 commit comments

Comments
 (0)