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 051cbda commit 42dfb3dCopy full SHA for 42dfb3d
1 file changed
Package.swift
@@ -16,7 +16,7 @@ let package = Package(
16
dependencies: [
17
// used only for Dev tests, not part of regular unit tests
18
.package(url: "https://github.com/apple/swift-numerics", from: "1.1.1"),
19
- .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")
20
],
21
targets: [
22
.target(
0 commit comments