Skip to content

Commit 5150714

Browse files
PaulsAutomationBotApodiniBotPSchmiedmayer
authored
Update to Apodini 0.9.X (#17)
* Update to Apodini 0.9.X Co-authored-by: ApodiniBot <[email protected]> Co-authored-by: Paul Schmiedmayer <[email protected]>
1 parent 6045dd4 commit 5150714

File tree

3 files changed

+114
-59
lines changed

3 files changed

+114
-59
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ jobs:
1818
name: Generate Docs
1919
uses: Apodini/.github/.github/workflows/docs.yml@v1
2020
with:
21-
packagename: ApodiniAsyncHTTPClient
21+
targetname: ApodiniAsyncHTTPClient

Package.resolved

Lines changed: 110 additions & 56 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,9 @@ let package = Package(
2020
.library(name: "ApodiniAsyncHTTPClient", targets: ["ApodiniAsyncHTTPClient"])
2121
],
2222
dependencies: [
23-
.package(url: "https://github.com/Apodini/Apodini.git", .upToNextMinor(from: "0.7.0")),
24-
.package(url: "https://github.com/swift-server/async-http-client.git", from: "1.8.1")
23+
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0"),
24+
.package(url: "https://github.com/Apodini/Apodini.git", .upToNextMinor(from: "0.9.0")),
25+
.package(url: "https://github.com/swift-server/async-http-client.git", from: "1.9.0")
2526
],
2627
targets: [
2728
.target(

0 commit comments

Comments
 (0)