Skip to content

Commit

Permalink
Bump github.com/quick/nimble in /Packages/TestingShared
Browse files Browse the repository at this point in the history
Bumps [github.com/quick/nimble](https://github.com/Quick/Nimble) from 10.0.0 to 13.1.1.
- [Release notes](https://github.com/Quick/Nimble/releases)
- [Commits](Quick/Nimble@v10.0.0...v13.1.1)

---
updated-dependencies:
- dependency-name: github.com/quick/nimble
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 25, 2023
1 parent a775204 commit 88bf4d2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 27 deletions.
34 changes: 8 additions & 26 deletions Packages/TestingShared/Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -23,44 +23,26 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/Quick/Nimble",
"state" : {
"revision" : "1f3bde57bde12f5e7b07909848c071e9b73d6edc",
"version" : "10.0.0"
}
},
{
"identity" : "r.swift",
"kind" : "remoteSourceControl",
"location" : "https://github.com/mac-cain13/R.swift.git",
"state" : {
"revision" : "cffbe4aa55ab5f012590b38ad114079c407e6937",
"version" : "7.2.4"
}
},
{
"identity" : "swift-argument-parser",
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-argument-parser",
"state" : {
"revision" : "4ad606ba5d7673ea60679a61ff867cc1ff8c8e86",
"version" : "1.2.1"
"revision" : "f0b14e200e39921d1df720e305f11ca6acb72a17",
"version" : "13.1.1"
}
},
{
"identity" : "swift-snapshot-testing",
"kind" : "remoteSourceControl",
"location" : "https://github.com/pointfreeco/swift-snapshot-testing",
"state" : {
"revision" : "f8a9c997c3c1dab4e216a8ec9014e23144cbab37",
"version" : "1.9.0"
"revision" : "26ed3a2b4a2df47917ca9b790a57f91285b923fb",
"version" : "1.12.0"
}
},
{
"identity" : "xcodeedit",
"identity" : "swiftsoup",
"kind" : "remoteSourceControl",
"location" : "https://github.com/tomlokhorst/XcodeEdit",
"location" : "https://github.com/scinfu/SwiftSoup.git",
"state" : {
"revision" : "cd466d6e8c5ffd2f2b61165d37b0646f09068e1e",
"version" : "2.9.0"
"revision" : "8b6cf29eead8841a1fa7822481cb3af4ddaadba6",
"version" : "2.6.1"
}
}
],
Expand Down
2 changes: 1 addition & 1 deletion Packages/TestingShared/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ let package = Package(

// External:
.package(url: "https://github.com/pointfreeco/swift-snapshot-testing", exact: "1.12.0"),
.package(url: "https://github.com/Quick/Nimble", exact: "10.0.0")
.package(url: "https://github.com/Quick/Nimble", exact: "13.1.1")
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
Expand Down

0 comments on commit 88bf4d2

Please sign in to comment.