Skip to content

Commit

Permalink
Bump github.com/dodobrands/blackbox from 3.0.0 to 4.0.1 (#23)
Browse files Browse the repository at this point in the history
* Bump github.com/dodobrands/blackbox from 3.0.0 to 4.0.1

Dependabot couldn't find the original pull request head commit, 7823055.

* Update to Swift 6

---------

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Aleksey Berezka <a.berezka@dodobrands.io>
  • Loading branch information
dependabot[bot] and AllDmeat authored Dec 19, 2024
1 parent c926367 commit 625fb25
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 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" : "763ff6170ce16698477c3f333e9826981c0c05e4",
"version" : "3.0.0"
"revision" : "ba8f78d3552c22913fbcacd4c5c6d3b1f7aa5f2d",
"version" : "4.0.1"
}
},
{
Expand Down
7 changes: 3 additions & 4 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// swift-tools-version:5.8
// swift-tools-version:6.0
// The swift-tools-version declares the minimum version of Swift required to build this package.

import PackageDescription
Expand All @@ -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: "3.0.0")
.upToNextMajor(from: "4.0.1")
),
.package(
url: "https://github.com/firebase/firebase-ios-sdk",
Expand Down Expand Up @@ -54,6 +54,5 @@ let package = Package(
.product(name: "FirebasePerformance", package: "firebase-ios-sdk")
]
),
],
swiftLanguageVersions: [.v5]
]
)

0 comments on commit 625fb25

Please sign in to comment.