We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14dbda3 commit 1cd1756Copy full SHA for 1cd1756
1 file changed
Package.swift
@@ -19,7 +19,7 @@ let package = Package(
19
dependencies: [
20
// used only for Dev tests, not part of regular unit tests
21
.package(url: "https://github.com/apple/swift-numerics", from: "1.1.1"),
22
- .package(url: "https://github.com/orchetect/swift-testing-extensions", from: "0.2.4"),
+ .package(url: "https://github.com/orchetect/swift-testing-extensions", from: "0.3.0"),
23
.package(url: "https://github.com/orchetect/xctest-extensions", from: "2.0.0")
24
],
25
targets: [
0 commit comments