Skip to content

Commit 4f5230d

Browse files
chore: update package dependencies (#26)
1 parent 7751ab6 commit 4f5230d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Package.resolved

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
"kind" : "remoteSourceControl",
66
"location" : "https://github.com/apple/swift-docc-plugin",
77
"state" : {
8-
"revision" : "26ac5758409154cc448d7ab82389c520fa8a8247",
9-
"version" : "1.3.0"
8+
"revision" : "85e4bb4e1cd62cec64a4b8e769dcefdf0c5b9d64",
9+
"version" : "1.4.3"
1010
}
1111
},
1212
{
1313
"identity" : "swift-docc-symbolkit",
1414
"kind" : "remoteSourceControl",
15-
"location" : "https://github.com/apple/swift-docc-symbolkit",
15+
"location" : "https://github.com/swiftlang/swift-docc-symbolkit",
1616
"state" : {
1717
"revision" : "b45d1f2ed151d057b54504d653e0da5552844e34",
1818
"version" : "1.0.0"

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ let package = Package(
2727
dependencies: [
2828
// Dependencies declare other packages that this package depends on.
2929
.package(url: "https://github.com/apple/swift-numerics", from: "1.0.0"),
30-
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.1.0"),
30+
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.4.3"),
3131
],
3232
targets: [
3333
// Targets are the basic building blocks of a package. A target can define a module or a test suite.

0 commit comments

Comments
 (0)