Upgrade SQLite.Swift to 0.15.4 (#9061)
This commit is contained in:
parent
499198bd96
commit
e8a0be4589
3 changed files with 14 additions and 5 deletions
|
|
@ -6,8 +6,8 @@
|
|||
"repositoryURL": "https://github.com/stephencelis/SQLite.swift.git",
|
||||
"state": {
|
||||
"branch": null,
|
||||
"revision": "9af51e2edf491c0ea632e369a6566e09b65aa333",
|
||||
"version": "0.13.0"
|
||||
"revision": "392dd6058624d9f6c5b4c769d165ddd8c7293394",
|
||||
"version": "0.15.4"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ let package = Package(
|
|||
],
|
||||
dependencies: [
|
||||
// Dependencies declare other packages that this package depends on.
|
||||
.package(url: "https://github.com/stephencelis/SQLite.swift.git", from: "0.14.1"),
|
||||
.package(url: "https://github.com/stephencelis/SQLite.swift.git", from: "0.15.4"),
|
||||
.package(url: "https://github.com/Kitura/Swift-JWT.git", from:"3.6.1")
|
||||
],
|
||||
targets: [
|
||||
|
|
|
|||
|
|
@ -60,8 +60,8 @@
|
|||
"repositoryURL": "https://github.com/stephencelis/SQLite.swift.git",
|
||||
"state": {
|
||||
"branch": null,
|
||||
"revision": "7a2e3cd27de56f6d396e84f63beefd0267b55ccb",
|
||||
"version": "0.14.1"
|
||||
"revision": "392dd6058624d9f6c5b4c769d165ddd8c7293394",
|
||||
"version": "0.15.4"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -81,6 +81,15 @@
|
|||
"revision": "e97a6fcb1ab07462881ac165fdbb37f067e205d5",
|
||||
"version": "1.5.4"
|
||||
}
|
||||
},
|
||||
{
|
||||
"package": "swift-toolchain-sqlite",
|
||||
"repositoryURL": "https://github.com/swiftlang/swift-toolchain-sqlite",
|
||||
"state": {
|
||||
"branch": null,
|
||||
"revision": "b626d3002773b1a1304166643e7f118f724b2132",
|
||||
"version": "1.0.4"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue