We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 07c0cde + bce1a32 commit ee116abCopy full SHA for ee116ab
.spi.yml
@@ -0,0 +1,5 @@
1
+version: 1
2
+builder:
3
+ configs:
4
+ - documentation_targets: [ Northwind ]
5
+
Package.swift
@@ -11,8 +11,8 @@ var package = Package(
11
],
12
13
dependencies: [
14
- .package(url: "git@github.com:55DB091A-8471-447B-8F50-5DFF4C1B14AC/Lighter.git",
15
- from: "1.0.0"),
+ .package(url: "https://github.com/Lighter-swift/Lighter.git",
+ from: "1.0.2"),
16
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0")
17
18
0 commit comments