Skip to content

Commit

Permalink
Merge pull request #89 from swiftwasm/dependabot/swift/github.com/app…
Browse files Browse the repository at this point in the history
…le/swift-system-1.2.1

Bump github.com/apple/swift-system from 1.1.1 to 1.2.1
  • Loading branch information
kateinoigakukun committed Apr 26, 2024
2 parents 9088a7d + 931316d commit 08f3f07
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 @@ -134,7 +134,7 @@ let package = Package(
if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
package.dependencies += [
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.2.2"),
.package(url: "https://github.com/apple/swift-system", .upToNextMinor(from: "1.1.1")),
.package(url: "https://github.com/apple/swift-system", .upToNextMinor(from: "1.2.1")),
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.3.0"),
.package(url: "https://github.com/apple/swift-format.git", from: "508.0.1"),
]
Expand Down

0 comments on commit 08f3f07

Please sign in to comment.