Skip to content

Commit f63709d

Browse files
author
Tarik Eshaq
authored
Updates glean to 42.0.1 (#11)
1 parent c13fa94 commit f63709d

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
@@ -18,7 +18,7 @@ let package = Package(
1818
],
1919
dependencies: [
2020
// TODO: ship Glean via this same bundle?
21-
.package(name: "Glean", url: "https://github.com/mozilla/glean-swift", from: "41.1.1"),
21+
.package(name: "Glean", url: "https://github.com/mozilla/glean-swift", from: "42.0.1"),
2222
.package(name: "SwiftKeychainWrapper", url: "https://github.com/jrendel/SwiftKeychainWrapper", from: "4.0.1"),
2323
.package(name: "SwiftProtobuf", url: "https://github.com/apple/swift-protobuf", from: "1.18.0")
2424
],

0 commit comments

Comments
 (0)