Skip to content

Commit

Permalink
Bump github.com/quick/nimble in /Packages/RestrictedBrowser
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.0.0.
- [Release notes](https://github.com/Quick/Nimble/releases)
- [Commits](Quick/Nimble@v10.0.0...v13.0.0)

---
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 Nov 20, 2023
1 parent dd81cb6 commit 0761493
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Packages/RestrictedBrowser/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ let package = Package(
.package(name: "ReusableViews", path: "../ReusableViews"),

// Testing:
.package(url: "https://github.com/Quick/Nimble", exact: "10.0.0")
.package(url: "https://github.com/Quick/Nimble", exact: "13.0.0")
],
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 0761493

Please sign in to comment.