Skip to content

Commit 0cedffa

Browse files
[Swift] Update vapor to 4.32 (the-benchmarker#3366)
1 parent 27c9713 commit 0cedffa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

swift/vapor-framework/Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ let package = Package(
1010
],
1111
dependencies: [
1212
// Dependencies declare other packages that this package depends on.
13-
.package(url: "https://github.com/vapor/vapor.git", .upToNextMinor(from: "4.31.0"))
13+
.package(url: "https://github.com/vapor/vapor.git", .upToNextMinor(from: "4.32.0"))
1414
],
1515
targets: [
1616
// Targets are the basic building blocks of a package. A target can define a module or a test suite.

swift/vapor-framework/config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
framework:
22
website: vapor.codes
3-
version: 4.31
3+
version: 4.32
44
name: vapor
55

66
options: serve

0 commit comments

Comments
 (0)