Skip to content

Commit 2bcdfff

Browse files
authored
Examples: Update the Vapor example (#8)
### Motivation async-http-client 1.23.0 compiles with the Swift Static Linux SDK again, so it is no longer necessary to pin to 1.22.1 ### Modifications Updated `Package.resolved` in the Vapor example directory. Add the example to the NOTICE.txt file. ### Result The Vapor example builds with the latest versions of its dependencies. ### Test Plan Built and ran the test example locally.
1 parent 44f87ce commit 2bcdfff

File tree

2 files changed

+18
-7
lines changed

2 files changed

+18
-7
lines changed

Examples/HelloWorldVapor/Package.resolved

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

NOTICE.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,14 @@ function from SwiftNIO Extras.
6161
* https://www.apache.org/licenses/LICENSE-2.0
6262
* HOMEPAGE:
6363
* https://github.com/swift-server/swift-nio-extras
64+
65+
-------------------------------------------------------------------------------
66+
67+
This product contains samples of how to use Swift Container Plugin with the
68+
following other projects:
69+
70+
* Vapor
71+
* LICENSE (MIT License):
72+
* https://mit-license.org
73+
* HOMEPAGE:
74+
* https://github.com/vapor/vapor

0 commit comments

Comments
 (0)