Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 11, 2025
1 parent aa93434 commit e1e2ff8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.3.1
3.4.1
10 changes: 5 additions & 5 deletions Modules/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ let package = Package(
],
dependencies: [
// MARK: Dependencies
.package(url: "https://github.com/apple/swift-algorithms.git", from: "1.2.0"),
.package(url: "https://github.com/apple/swift-async-algorithms.git", from: "1.0.0"),
.package(url: "https://github.com/apple/swift-collections.git", from: "1.1.0"),
.package(url: "https://github.com/apple/swift-http-types.git", from: "1.0.3"),
.package(url: "https://github.com/firebase/firebase-ios-sdk.git", from: "10.25.0"),
.package(url: "https://github.com/apple/swift-algorithms.git", from: "1.2.1"),
.package(url: "https://github.com/apple/swift-async-algorithms.git", from: "1.0.3"),
.package(url: "https://github.com/apple/swift-collections.git", from: "1.1.4"),
.package(url: "https://github.com/apple/swift-http-types.git", from: "1.3.1"),
.package(url: "https://github.com/firebase/firebase-ios-sdk.git", from: "10.29.0"),

// MARK: Plugins
.package(url: "https://github.com/SwiftGen/SwiftGenPlugin", from: "6.6.2"),
Expand Down

0 comments on commit e1e2ff8

Please sign in to comment.