Skip to content
This repository has been archived by the owner on Sep 10, 2022. It is now read-only.

Commit

Permalink
Update dependencies to 4.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
simonedelmann committed Jul 21, 2020
1 parent 2cbc700 commit bc13279
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
32 changes: 16 additions & 16 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -33,26 +33,26 @@
"repositoryURL": "https://github.com/vapor/fluent.git",
"state": {
"branch": null,
"revision": "3eafdfe53c7d945c87769ec443e8ea5528ab9e32",
"version": "4.0.0-rc.1"
"revision": "e681c93df3201a2d8ceef15e8a9a0634578df233",
"version": "4.0.0"
}
},
{
"package": "fluent-kit",
"repositoryURL": "https://github.com/vapor/fluent-kit.git",
"state": {
"branch": null,
"revision": "638232e98a9bcd2087c6fef22a0af178c1ba6dd1",
"version": "1.0.0-rc.1.13"
"revision": "3e4e5383669f7103032bf232d36ad94ba96f0655",
"version": "1.4.1"
}
},
{
"package": "fluent-sqlite-driver",
"repositoryURL": "https://github.com/vapor/fluent-sqlite-driver.git",
"state": {
"branch": null,
"revision": "df46fa5cb2d3e42cd02f55fe8136b4c3269ad6d1",
"version": "4.0.0-rc.1.1"
"revision": "b828ac3891f6c872a2cc4b76586d68327af2941e",
"version": "4.0.0"
}
},
{
Expand All @@ -69,26 +69,26 @@
"repositoryURL": "https://github.com/vapor/sql-kit.git",
"state": {
"branch": null,
"revision": "64c2af0321cd6445982d6873d100cc62e16afcf7",
"version": "3.0.0-rc.1.2"
"revision": "ea9928b7f4a801b175a00b982034d9c54ecb6167",
"version": "3.7.0"
}
},
{
"package": "sqlite-kit",
"repositoryURL": "https://github.com/vapor/sqlite-kit.git",
"state": {
"branch": null,
"revision": "7251abf07442da3e5dc6e13e1564670bf82e10d3",
"version": "4.0.0-rc.1"
"revision": "73d4156dd1e000a8814ac7c74732fcad52a91bda",
"version": "4.0.1"
}
},
{
"package": "sqlite-nio",
"repositoryURL": "https://github.com/vapor/sqlite-nio.git",
"state": {
"branch": null,
"revision": "96f69e53f503830e55280c5c4fbaffc0b50eadd5",
"version": "1.0.0-rc.1"
"revision": "2e9ae8aab4f20a372901047e0aaf051783eb8bd7",
"version": "1.0.0"
}
},
{
Expand Down Expand Up @@ -159,17 +159,17 @@
"repositoryURL": "https://github.com/apple/swift-nio-ssl.git",
"state": {
"branch": null,
"revision": "ae213938e151964aa691f0e902462fbe06baeeb6",
"version": "2.7.1"
"revision": "d381bc53edd9de88a75480a2b969bfc26d61ee76",
"version": "2.8.0"
}
},
{
"package": "vapor",
"repositoryURL": "https://github.com/vapor/vapor.git",
"state": {
"branch": null,
"revision": "ad2aeccfbdd1275c0a8817a8024f0b98d65e3880",
"version": "4.0.0-rc.3.12"
"revision": "af65c6080141f7ff2192460c965ecbe97c296488",
"version": "4.26.0"
}
},
{
Expand Down
6 changes: 3 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ let package = Package(
.library(name: "CRUDKit", targets: ["CRUDKit"]),
],
dependencies: [
.package(url: "https://github.com/vapor/vapor.git", from: "4.0.0-beta"),
.package(url: "https://github.com/vapor/fluent.git", from: "4.0.0-beta"),
.package(url: "https://github.com/vapor/fluent-sqlite-driver.git", from: "4.0.0-beta")
.package(url: "https://github.com/vapor/vapor.git", from: "4.0.0"),
.package(url: "https://github.com/vapor/fluent.git", from: "4.0.0"),
.package(url: "https://github.com/vapor/fluent-sqlite-driver.git", from: "4.0.0")
],
targets: [
.target(
Expand Down

0 comments on commit bc13279

Please sign in to comment.