Skip to content

Commit

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

Bump github.com/apple/swift-format from 508.0.1 to 510.1.0
  • Loading branch information
kateinoigakukun committed Apr 26, 2024
2 parents 9a3572d + 2e4d9a0 commit 3870104
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 @@ -136,7 +136,7 @@ if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.2.2"),
.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"),
.package(url: "https://github.com/apple/swift-format.git", from: "510.1.0"),
]
} else {
package.dependencies += [
Expand Down

0 comments on commit 3870104

Please sign in to comment.