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

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 1 deletion
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)