Skip to content

Commit cb387bd

Browse files
Update to Apodini 0.5.0 (#10)
1 parent 1400976 commit cb387bd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Package.resolved

Lines changed: 2 additions & 2 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
@@ -20,7 +20,7 @@ let package = Package(
2020
.library(name: "ApodiniAsyncHTTPClient", targets: ["ApodiniAsyncHTTPClient"])
2121
],
2222
dependencies: [
23-
.package(url: "https://github.com/Apodini/Apodini.git", .upToNextMinor(from: "0.4.0")),
23+
.package(url: "https://github.com/Apodini/Apodini.git", .upToNextMinor(from: "0.5.0")),
2424
.package(url: "https://github.com/swift-server/async-http-client.git", from: "1.5.0")
2525
],
2626
targets: [

0 commit comments

Comments
 (0)