Skip to content

Commit 877759a

Browse files
PaulsAutomationBotApodiniBotPSchmiedmayer
authored
Update dependencies (#9)
* Update to Apodini 0.6.2 Co-authored-by: ApodiniBot <ApodiniBot@users.noreply.github.com> Co-authored-by: Paul Schmiedmayer <PSchmiedmayer@users.noreply.github.com>
1 parent 240bc85 commit 877759a

3 files changed

Lines changed: 65 additions & 110 deletions

File tree

Package.resolved

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

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ let package = Package(
2323
)
2424
],
2525
dependencies: [
26-
.package(url: "https://github.com/Apodini/Apodini.git", .upToNextMinor(from: "0.5.0"))
26+
.package(url: "https://github.com/Apodini/Apodini.git", .upToNextMinor(from: "0.6.2"))
2727
],
2828
targets: [
2929
.executableTarget(

Sources/WebService/ExampleWebService.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ struct ExampleWebService: WebService {
1919

2020

2121
var configuration: Configuration {
22-
HTTPConfiguration(port: port)
22+
HTTPConfiguration(bindAddress: .interface(port: port))
2323
REST {
2424
OpenAPI()
2525
}

0 commit comments

Comments
 (0)