Merge branch 'develop'

This commit is contained in:
Helge Heß 2022-08-16 15:19:49 +02:00
commit ee116ab32f
No known key found for this signature in database
GPG Key ID: 0A3825768D88C07D
2 changed files with 7 additions and 2 deletions

5
.spi.yml Normal file
View File

@ -0,0 +1,5 @@
version: 1
builder:
configs:
- documentation_targets: [ Northwind ]

View File

@ -11,8 +11,8 @@ var package = Package(
],
dependencies: [
.package(url: "git@github.com:55DB091A-8471-447B-8F50-5DFF4C1B14AC/Lighter.git",
from: "1.0.0"),
.package(url: "https://github.com/Lighter-swift/Lighter.git",
from: "1.0.2"),
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0")
],