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)

(cherry picked from commit 5802484)
  • Loading branch information
weissi committed Sep 18, 2023
1 parent 93784c5 commit 62ba237
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 @@ -103,7 +103,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 62ba237

Please sign in to comment.