Skip to content

Commit

Permalink
chore(deps): update dependency quick/quick to from: "7.5.0"
Browse files Browse the repository at this point in the history
  • Loading branch information
Self-hosted Renovate Bot committed Mar 25, 2024
1 parent 3a4b25f commit 7797c16
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions examples/nimble_example/Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/Quick/Quick",
"state" : {
"revision" : "6d01974d236f598633cac58280372c0c8cfea5bc",
"version" : "7.4.1"
"revision" : "26529ff2209c40ae50fd642b031f930d9d68ea02",
"version" : "7.5.0"
}
}
],
Expand Down
2 changes: 1 addition & 1 deletion examples/nimble_example/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ let package = Package(
dependencies: [
.package(
url: "https://github.com/Quick/Quick",
from: "7.4.1"
from: "7.5.0"
),
.package(
url: "https://github.com/Quick/Nimble",
Expand Down
4 changes: 2 additions & 2 deletions examples/nimble_example/swift_deps_index.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,9 +142,9 @@
"name": "swiftpkg_quick",
"identity": "quick",
"remote": {
"commit": "6d01974d236f598633cac58280372c0c8cfea5bc",
"commit": "26529ff2209c40ae50fd642b031f930d9d68ea02",
"remote": "https://github.com/Quick/Quick",
"version": "7.4.1"
"version": "7.5.0"
}
}
]
Expand Down

0 comments on commit 7797c16

Please sign in to comment.