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 7cc444b commit a5c0a80Copy full SHA for a5c0a80
Package.swift
@@ -11,7 +11,7 @@ let package = Package(
11
.library(name: "TextFileKit", targets: ["TextFileKit"])
12
],
13
dependencies: [
14
- .package(url: "https://github.com/orchetect/swift-testing-extensions", .upToNextMajor(from: "0.2.0")),
+ .package(url: "https://github.com/orchetect/swift-testing-extensions", .upToNextMajor(from: "0.2.4")),
15
16
targets: [
17
.target(name: "TextFileKit"),
0 commit comments