Skip to content

Commit 245a36f

Browse files
committed
Version update to 4.55.3
1 parent c8feebf commit 245a36f

2 files changed

Lines changed: 30 additions & 30 deletions

File tree

Package.resolved

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

Package.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ let package = Package(
1111
],
1212
dependencies: [
1313
// 💧 A server-side Swift web framework.
14-
.package(url: "https://github.com/vapor/vapor.git", from: "4.0.0"),
15-
.package(url: "https://github.com/vapor/fluent.git", from: "4.0.0"),
16-
.package(url: "https://github.com/vapor/fluent-mysql-driver.git", from: "4.0.0"),
17-
.package(url: "https://github.com/vapor/leaf.git", from: "4.0.0"),
14+
.package(url: "https://github.com/vapor/vapor.git", .exact("4.55.3")),
15+
.package(url: "https://github.com/vapor/fluent.git", .exact("4.4.0")),
16+
.package(url: "https://github.com/vapor/fluent-mysql-driver.git", .exact("4.0.2")),
17+
.package(url: "https://github.com/vapor/leaf.git", .exact("4.1.5")),
1818
],
1919
targets: [
2020
.target(

0 commit comments

Comments
 (0)