Skip to content

Commit

Permalink
Merge branch 'update_vapor_dependencies'
Browse files Browse the repository at this point in the history
* update_vapor_dependencies:
  updated vapor to latest
  • Loading branch information
KazaiMazai committed Sep 25, 2021
2 parents 0a00b8e + f65626a commit a567fdd
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 11 deletions.
25 changes: 17 additions & 8 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -33,26 +33,35 @@
"repositoryURL": "https://github.com/vapor/fluent.git",
"state": {
"branch": null,
"revision": "e681c93df3201a2d8ceef15e8a9a0634578df233",
"version": "4.0.0"
"revision": "5810a409eb0271a576f68887fa6713dae3985056",
"version": "4.3.1"
}
},
{
"package": "fluent-kit",
"repositoryURL": "https://github.com/vapor/fluent-kit.git",
"state": {
"branch": null,
"revision": "31d96b547cc1f869f2885d932a8a9a7ae2103fc6",
"version": "1.10.0"
"revision": "2eddf6fda3f1ca114f96e0cf82875fefab342343",
"version": "1.13.0"
}
},
{
"package": "fluent-sqlite-driver",
"repositoryURL": "https://github.com/vapor/fluent-sqlite-driver.git",
"state": {
"branch": null,
"revision": "6f29f6f182c812075f09c7575c18ac5535c26824",
"version": "4.0.1"
"revision": "9ca34be792979fb0f1dbd8e45b8af9f1e1440474",
"version": "4.1.0"
}
},
{
"package": "multipart-kit",
"repositoryURL": "https://github.com/vapor/multipart-kit.git",
"state": {
"branch": null,
"revision": "c9ea04017b7fb3b1f034ad7a77f8e53d3e080be5",
"version": "4.2.1"
}
},
{
Expand Down Expand Up @@ -177,8 +186,8 @@
"repositoryURL": "https://github.com/vapor/vapor.git",
"state": {
"branch": null,
"revision": "c8a50fa3f1710d19a8cd6e6672a5156d261ce287",
"version": "4.34.1"
"revision": "2ada54b7ce56cc6934cd2c0207bef2305bfbd7a1",
"version": "4.48.2"
}
},
{
Expand Down
6 changes: 3 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ let package = Package(
],
dependencies: [
// Dependencies declare other packages that this package depends on.
.package(url: "https://github.com/vapor/vapor.git", from: "4.10.0"),
.package(url: "https://github.com/vapor/fluent.git", from: "4.0.0-rc.3.1"),
.package(url: "https://github.com/vapor/fluent-sqlite-driver.git", from: "4.0.0-rc.2")
.package(url: "https://github.com/vapor/vapor.git", from: "4.48.2"),
.package(url: "https://github.com/vapor/fluent.git", from: "4.3.1"),
.package(url: "https://github.com/vapor/fluent-sqlite-driver.git", from: "4.1.0")
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
Expand Down

0 comments on commit a567fdd

Please sign in to comment.