Skip to content

Commit

Permalink
Updated BlackBox (#15)
Browse files Browse the repository at this point in the history
* Updated BlackBox

* Using released version
  • Loading branch information
AllDmeat authored Dec 22, 2023
1 parent 5124e25 commit d089435
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/dodobrands/BlackBox",
"state" : {
"revision" : "0cf140c137605ac78f8810276786461db00b8e8b",
"version" : "2.0.1"
"revision" : "763ff6170ce16698477c3f333e9826981c0c05e4",
"version" : "3.0.0"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ let package = Package(
// Dependencies declare other packages that this package depends on.
.package(
url: "https://github.com/dodobrands/BlackBox",
.upToNextMajor(from: "2.0.0")
.upToNextMajor(from: "3.0.0")
),
.package(
url: "https://github.com/firebase/firebase-ios-sdk",
Expand Down

0 comments on commit d089435

Please sign in to comment.