Skip to content

Commit

Permalink
chore(deps): update dependency quick/nimble to from: "13.3.0"
Browse files Browse the repository at this point in the history
  • Loading branch information
Self-hosted Renovate Bot committed Apr 9, 2024
1 parent 4fece4b commit d161e30
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 @@ -23,8 +23,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/Quick/Nimble",
"state" : {
"revision" : "efe11bbca024b57115260709b5c05e01131470d0",
"version" : "13.2.1"
"revision" : "1c49fc1243018f81a7ea99cb5e0985b00096e9f4",
"version" : "13.3.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 @@ -11,7 +11,7 @@ let package = Package(
),
.package(
url: "https://github.com/Quick/Nimble",
from: "13.2.1"
from: "13.3.0"
),
],
targets: [
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 @@ -133,9 +133,9 @@
"name": "swiftpkg_nimble",
"identity": "nimble",
"remote": {
"commit": "efe11bbca024b57115260709b5c05e01131470d0",
"commit": "1c49fc1243018f81a7ea99cb5e0985b00096e9f4",
"remote": "https://github.com/Quick/Nimble",
"version": "13.2.1"
"version": "13.3.0"
}
},
{
Expand Down

0 comments on commit d161e30

Please sign in to comment.