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 22d6015 commit 5802484Copy full SHA for 5802484
Package.swift
@@ -104,7 +104,7 @@ let package = Package(
104
105
if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
106
package.dependencies += [
107
- .package(url: "https://github.com/apple/swift-system.git", .upToNextMinor(from: "1.1.1")),
+ .package(url: "https://github.com/apple/swift-system.git", from: "1.1.1"),
108
]
109
} else {
110
0 commit comments