Skip to content

Commit

Permalink
Update dependencies in qpm.shared.json
Browse files Browse the repository at this point in the history
  • Loading branch information
FrozenAlex committed Dec 22, 2023
1 parent a57fdab commit 5eaf25a
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions qpm.shared.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
},
{
"id": "fmt",
"versionRange": "^9.0.0",
"versionRange": "^10.0.0",
"additionalData": {}
},
{
Expand All @@ -88,7 +88,7 @@
},
{
"id": "paper",
"versionRange": "^1.2.9",
"versionRange": "^1.2.20",
"additionalData": {}
}
]
Expand Down Expand Up @@ -186,16 +186,16 @@
{
"dependency": {
"id": "paper",
"versionRange": "=1.2.9",
"versionRange": "=1.2.20",
"additionalData": {
"soLink": "https://github.com/Fernthedev/paperlog/releases/download/v1.2.9/libpaperlog.so",
"debugSoLink": "https://github.com/Fernthedev/paperlog/releases/download/v1.2.9/debug_libpaperlog.so",
"soLink": "https://github.com/Fernthedev/paperlog/releases/download/v1.2.20/libpaperlog.so",
"debugSoLink": "https://github.com/Fernthedev/paperlog/releases/download/v1.2.20/debug_libpaperlog.so",
"overrideSoName": "libpaperlog.so",
"modLink": "https://github.com/Fernthedev/paperlog/releases/download/v1.2.9/paperlog.qmod",
"branchName": "version-v1.2.9"
"modLink": "https://github.com/Fernthedev/paperlog/releases/download/v1.2.20/paperlog.qmod",
"branchName": "version/v1_2_20"
}
},
"version": "1.2.9"
"version": "1.2.20"
},
{
"dependency": {
Expand Down Expand Up @@ -311,10 +311,10 @@
{
"dependency": {
"id": "fmt",
"versionRange": "=9.0.0",
"versionRange": "=10.0.0",
"additionalData": {
"headersOnly": true,
"branchName": "version-v9.0.0",
"branchName": "version/v10_0_0",
"compileOptions": {
"systemIncludes": [
"fmt/include/"
Expand All @@ -325,7 +325,7 @@
}
}
},
"version": "9.0.0"
"version": "10.0.0"
},
{
"dependency": {
Expand Down

0 comments on commit 5eaf25a

Please sign in to comment.