Skip to content

Commit

Permalink
Updates glean to 42.0.1 (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarik Eshaq authored Oct 14, 2021
1 parent c13fa94 commit f63709d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ let package = Package(
],
dependencies: [
// TODO: ship Glean via this same bundle?
.package(name: "Glean", url: "https://github.com/mozilla/glean-swift", from: "41.1.1"),
.package(name: "Glean", url: "https://github.com/mozilla/glean-swift", from: "42.0.1"),
.package(name: "SwiftKeychainWrapper", url: "https://github.com/jrendel/SwiftKeychainWrapper", from: "4.0.1"),
.package(name: "SwiftProtobuf", url: "https://github.com/apple/swift-protobuf", from: "1.18.0")
],
Expand Down

0 comments on commit f63709d

Please sign in to comment.