Skip to content

Commit

Permalink
Bump github.com/lucaszischka/bottomsheet from 3.1.0 to 3.1.1
Browse files Browse the repository at this point in the history
Bumps [github.com/lucaszischka/bottomsheet](https://github.com/lucaszischka/BottomSheet) from 3.1.0 to 3.1.1.
- [Release notes](https://github.com/lucaszischka/BottomSheet/releases)
- [Commits](lucaszischka/BottomSheet@3.1.0...3.1.1)

---
updated-dependencies:
- dependency-name: github.com/lucaszischka/bottomsheet
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 23, 2024
1 parent 4bcfdcd commit 43f44bc
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 3 deletions.
22 changes: 20 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
@@ -1,13 +1,31 @@
{
"object": {
"pins": [
{
"package": "DeclarationAccessibility",
"repositoryURL": "https://github.com/Orange-OpenSource/accessibility-statement-lib-ios.git",
"state": {
"branch": null,
"revision": "f438a7176f133728735d09889ea7a60ea99ca6c1",
"version": "1.0.0"
}
},
{
"package": "BottomSheet",
"repositoryURL": "https://github.com/lucaszischka/BottomSheet",
"state": {
"branch": null,
"revision": "4c9ef84552712e0117c37d4893270fdc28fb9288",
"version": "3.1.0"
"revision": "720ddbd1371fef2a09cc1ab65fc503df37767f9c",
"version": "3.1.1"
}
},
{
"package": "Flow",
"repositoryURL": "https://github.com/tevelee/SwiftUI-Flow",
"state": {
"branch": null,
"revision": "76c03c9fa9fa0e5470cb6d8f2da17466b2efd63d",
"version": "1.1.0"
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ let package = Package(
],
dependencies: [
.package(url: "https://github.com/tevelee/SwiftUI-Flow", .exact("1.1.0")),
.package(url: "https://github.com/lucaszischka/BottomSheet", .exact("3.1.0")),
.package(url: "https://github.com/lucaszischka/BottomSheet", .exact("3.1.1")),
.package(url: "https://github.com/Orange-OpenSource/accessibility-statement-lib-ios.git", .exact("1.0.0"))
],
targets: [
Expand Down

0 comments on commit 43f44bc

Please sign in to comment.