Skip to content

Commit

Permalink
SemVer works: swift-system is API stable, no need to conflict unneces…
Browse files Browse the repository at this point in the history
…sarily (#425)
  • Loading branch information
weissi authored Jun 30, 2023
1 parent 22d6015 commit 5802484
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ let package = Package(

if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
package.dependencies += [
.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"),
]
} else {
package.dependencies += [
Expand Down

0 comments on commit 5802484

Please sign in to comment.