Skip to content

Commit

Permalink
package resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
Full Queue Developer committed Aug 19, 2023
1 parent 916b442 commit cc6a7f3
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 25 deletions.
2 changes: 1 addition & 1 deletion demos/VaporDemo/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ let package = Package(
platforms: [.macOS(.v13)],

dependencies: [
.package(url: "https://github.com/vapor/vapor.git", from: "4.55.0"),
.package(url: "https://github.com/vapor/vapor.git", from: "4.79.0"),
],
targets: [
.executableTarget(name: "Run",
Expand Down
42 changes: 20 additions & 22 deletions demos/VaporDemo/SPX/Package.resolved
Original file line number Diff line number Diff line change
@@ -1,25 +1,23 @@
{
"object": {
"pins": [
{
"package": "Rainbow",
"repositoryURL": "https://github.com/onevcat/Rainbow",
"state": {
"branch": null,
"revision": "e0dada9cd44e3fa7ec3b867e49a8ddbf543e3df3",
"version": "4.0.1"
}
},
{
"package": "Sh",
"repositoryURL": "https://github.com/FullQueueDeveloper/Sh.git",
"state": {
"branch": null,
"revision": "a40bba19d8085761e051fa1f0d5937259fa2e17a",
"version": "1.2.0"
}
"pins" : [
{
"identity" : "rainbow",
"kind" : "remoteSourceControl",
"location" : "https://github.com/onevcat/Rainbow",
"state" : {
"revision" : "e0dada9cd44e3fa7ec3b867e49a8ddbf543e3df3",
"version" : "4.0.1"
}
]
},
"version": 1
},
{
"identity" : "sh",
"kind" : "remoteSourceControl",
"location" : "https://github.com/FullQueueDeveloper/Sh.git",
"state" : {
"revision" : "1c30064de9dceac00aa3fefc70a1431e425e5f28",
"version" : "1.3.0"
}
}
],
"version" : 2
}
4 changes: 2 additions & 2 deletions demos/VaporDemo/SPX/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ import PackageDescription

let package = Package(
name: "SPXScripts",
platforms: [.macOS(.v12)],
platforms: [.macOS(.v13)],
products: [ ],
dependencies: [
.package(url: "https://github.com/FullQueueDeveloper/Sh.git", from: "1.2.0"),
.package(url: "https://github.com/FullQueueDeveloper/Sh.git", from: "1.3.0"),
],
targets: [
.executableTarget(
Expand Down

0 comments on commit cc6a7f3

Please sign in to comment.