Skip to content

Commit b5d6e0e

Browse files
committed
Updated packages.
1 parent 8a1f504 commit b5d6e0e

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Package.resolved

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"repositoryURL": "https://github.com/vapor/auth.git",
77
"state": {
88
"branch": null,
9-
"revision": "ed402783942af1d40b5c9e537e956aea51618f0e",
10-
"version": "2.0.3"
9+
"revision": "e6f61b403727ec124214beb3e57deff579f31d00",
10+
"version": "2.0.4"
1111
}
1212
},
1313
{
@@ -204,8 +204,8 @@
204204
"repositoryURL": "https://github.com/vapor/vapor.git",
205205
"state": {
206206
"branch": null,
207-
"revision": "c86ada59b31c69f08a6abd4f776537cba48d5df6",
208-
"version": "3.3.0"
207+
"revision": "92a58a9a84e4330500b99fe355a94d29f67abe58",
208+
"version": "3.3.1"
209209
}
210210
},
211211
{

Package.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ let package = Package(
88
],
99
dependencies: [
1010
// 💧 A server-side Swift web framework.
11-
.package(url: "https://github.com/vapor/vapor.git", from: "3.3.0"),
11+
.package(url: "https://github.com/vapor/vapor.git", from: "3.3.1"),
1212
// 🔵 Swift ORM (queries, models, relations, etc) built on SQLite 3.
1313
.package(url: "https://github.com/vapor/fluent-sqlite.git", from: "3.0.0"),
1414
// Authentication
15-
.package(url: "https://github.com/vapor/auth.git", from: "2.0.3"),
15+
.package(url: "https://github.com/vapor/auth.git", from: "2.0.4"),
1616
// Job scheduler
17-
.package(url: "https://github.com/BrettRToomey/Jobs.git", from: "1.1.1"),
17+
.package(url: "https://github.com/BrettRToomey/Jobs.git", from: "1.1.2"),
1818
// Leaf templating
1919
.package(url: "https://github.com/vapor/leaf.git", from: "3.0.2")
2020
],

0 commit comments

Comments
 (0)