Skip to content

Commit de090ac

Browse files
authored
update swift-system dependency to upToNextMinor instead of upToNextMajor (#270)
motivation: align with SwiftPM and reduce risk changes: * update swift-system dependency to upToNextMinor instead of upToNextMajor * update min version of swift-system to 1.1.1
1 parent 32846eb commit de090ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ let package = Package(
106106

107107
if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
108108
package.dependencies += [
109-
.package(url: "https://github.com/apple/swift-system.git", from: "1.0.0"),
109+
.package(url: "https://github.com/apple/swift-system.git", .upToNextMinor(from: "1.1.1")),
110110
]
111111
} else {
112112
package.dependencies += [

0 commit comments

Comments
 (0)