File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5
5
"kind" : " remoteSourceControl" ,
6
6
"location" : " https://github.com/apple/swift-docc-plugin" ,
7
7
"state" : {
8
- "revision" : " 26ac5758409154cc448d7ab82389c520fa8a8247 " ,
9
- "version" : " 1.3.0 "
8
+ "revision" : " 85e4bb4e1cd62cec64a4b8e769dcefdf0c5b9d64 " ,
9
+ "version" : " 1.4.3 "
10
10
}
11
11
},
12
12
{
13
13
"identity" : " swift-docc-symbolkit" ,
14
14
"kind" : " remoteSourceControl" ,
15
- "location" : " https://github.com/apple /swift-docc-symbolkit" ,
15
+ "location" : " https://github.com/swiftlang /swift-docc-symbolkit" ,
16
16
"state" : {
17
17
"revision" : " b45d1f2ed151d057b54504d653e0da5552844e34" ,
18
18
"version" : " 1.0.0"
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ let package = Package(
27
27
dependencies: [
28
28
// Dependencies declare other packages that this package depends on.
29
29
. 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 " ) ,
31
31
] ,
32
32
targets: [
33
33
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
You can’t perform that action at this time.
0 commit comments