Skip to content

Commit

Permalink
chore(deps): update dependency quick/nimble to from: "12.2.0"
Browse files Browse the repository at this point in the history
  • Loading branch information
Self-hosted Renovate Bot committed Aug 24, 2023
1 parent 205ad72 commit 55a6cd2
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 29 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" : "831000dd1939bc2096df572c5fd156f41d858bfa",
"version" : "12.1.0"
"revision" : "f552a16f434eef1f18b62985172489f41d37a18e",
"version" : "12.2.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: "12.1.0"
from: "12.2.0"
),
],
targets: [
Expand Down
1 change: 0 additions & 1 deletion examples/nimble_example/Sources/NimbleExample/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ swift_test(
module_name = "NimbleExample",
deps = [
"@swiftpkg_nimble//:Sources_Nimble",
"@swiftpkg_nimble//:Sources_NimbleObjectiveC",
"@swiftpkg_quick//:Sources_Quick",
],
)
2 changes: 1 addition & 1 deletion examples/nimble_example/swift_deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def swift_dependencies():
# version: 10.0.0
swift_package(
name = "swiftpkg_nimble",
commit = "831000dd1939bc2096df572c5fd156f41d858bfa",
commit = "f552a16f434eef1f18b62985172489f41d37a18e",
dependencies_index = "@//:swift_deps_index.json",
remote = "https://github.com/Quick/Nimble",
)
Expand Down
27 changes: 3 additions & 24 deletions examples/nimble_example/swift_deps_index.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,16 +66,6 @@
"Nimble"
]
},
{
"name": "NimbleObjectiveC",
"c99name": "NimbleObjectiveC",
"src_type": "objc",
"label": "@swiftpkg_nimble//:Sources_NimbleObjectiveC",
"package_identity": "nimble",
"product_memberships": [
"Nimble"
]
},
{
"name": "Quick",
"c99name": "Quick",
Expand All @@ -86,16 +76,6 @@
"product_memberships": [
"Quick"
]
},
{
"name": "QuickObjCRuntime",
"c99name": "QuickObjCRuntime",
"src_type": "objc",
"label": "@swiftpkg_quick//:Sources_QuickObjCRuntime",
"package_identity": "quick",
"product_memberships": [
"Quick"
]
}
],
"products": [
Expand Down Expand Up @@ -129,8 +109,7 @@
"name": "Nimble",
"type": "library",
"target_labels": [
"@swiftpkg_nimble//:Sources_Nimble",
"@swiftpkg_nimble//:Sources_NimbleObjectiveC"
"@swiftpkg_nimble//:Sources_Nimble"
]
},
{
Expand Down Expand Up @@ -165,9 +144,9 @@
"name": "swiftpkg_nimble",
"identity": "nimble",
"remote": {
"commit": "831000dd1939bc2096df572c5fd156f41d858bfa",
"commit": "f552a16f434eef1f18b62985172489f41d37a18e",
"remote": "https://github.com/Quick/Nimble",
"version": "12.1.0"
"version": "12.2.0"
}
},
{
Expand Down

0 comments on commit 55a6cd2

Please sign in to comment.