Skip to content

Commit 31a877c

Browse files
Update dependency apple/swift-tools-support-core to from: "0.7.3"
1 parent ba86abe commit 31a877c

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
@@ -16,7 +16,7 @@ let package = Package(
1616
),
1717
],
1818
dependencies: [
19-
.package(url: "https://github.com/apple/swift-tools-support-core.git", .upToNextMinor(from: "0.6.1")),
19+
.package(url: "https://github.com/apple/swift-tools-support-core.git", .upToNextMinor(from: "0.7.3")),
2020
.package(url: "https://github.com/apple/swift-docc-plugin", .upToNextMinor(from: "1.4.3")),
2121
.package(url: "https://github.com/apple/swift-log.git", .upToNextMinor(from: "1.6.1")),
2222
.package(url: "https://github.com/swift-server/async-http-client.git", .upToNextMinor(from: "1.23.0")),

0 commit comments

Comments
 (0)