Skip to content

Commit fd708cf

Browse files
authored
Upgrade to Glean v43.0.2 (#32)
See https://github.com/mozilla/glean/releases/v43.0.2 for details
1 parent f7401cb commit fd708cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ let package = Package(
2222
],
2323
dependencies: [
2424
// TODO: ship Glean via this same bundle?
25-
.package(name: "Glean", url: "https://github.com/mozilla/glean-swift", from: "42.0.1"),
25+
.package(name: "Glean", url: "https://github.com/mozilla/glean-swift", from: "43.0.2"),
2626
.package(name: "SwiftKeychainWrapper", url: "https://github.com/jrendel/SwiftKeychainWrapper", from: "4.0.1"),
2727
.package(name: "SwiftProtobuf", url: "https://github.com/apple/swift-protobuf", from: "1.18.0")
2828
],

0 commit comments

Comments
 (0)