Skip to content
This repository has been archived by the owner on Jan 20, 2025. It is now read-only.

Commit

Permalink
Fix a PEBKAC
Browse files Browse the repository at this point in the history
  • Loading branch information
dabrahams committed Jan 11, 2024
1 parent a3056de commit 00b224b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 20 deletions.
18 changes: 0 additions & 18 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -18,24 +18,6 @@
"version" : "0.19.0"
}
},
{
"identity" : "swift-docc-plugin",
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-docc-plugin.git",
"state" : {
"revision" : "26ac5758409154cc448d7ab82389c520fa8a8247",
"version" : "1.3.0"
}
},
{
"identity" : "swift-docc-symbolkit",
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-docc-symbolkit",
"state" : {
"revision" : "b45d1f2ed151d057b54504d653e0da5552844e34",
"version" : "1.0.0"
}
},
{
"identity" : "yams",
"kind" : "remoteSourceControl",
Expand Down
3 changes: 1 addition & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ let CitronLexer
/// environment if you do.
let docGenerationDependency: [Package.Dependency] =
ProcessInfo.processInfo.environment["LOTSAWA_ENABLE_DOC_GENERATION"] != nil
? [.package(url: "https://github.com/apple/swift-docc-plugin.git", from: "1.1.0")] : []
? [.package(url: "https://github.com/apple/swift-docc-plugin.git", from: "1.3.0")] : []

let package = Package(
name: "Lotsawa",
Expand All @@ -27,7 +27,6 @@ let package = Package(
],
dependencies: [
.package(url: "https://github.com/dabrahams/citron.git", branch: "main"),
.package(url: "https://github.com/apple/swift-docc-plugin.git", from: "1.3.0"),
.package(url: "https://github.com/SwiftPackageIndex/SPIManifest.git", from: "0.12.0")
]
+ docGenerationDependency,
Expand Down

0 comments on commit 00b224b

Please sign in to comment.