Skip to content

Commit

Permalink
⬆️ (tuist): Upgrade Package.swift dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ladislas committed Jan 8, 2025
1 parent 8a2c381 commit 85f19c1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Tuist/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@ let package = Package(
),
.package(
url: "https://github.com/airbnb/lottie-ios",
exact: "4.5.0"
exact: "4.5.1"
),
.package(
url: "https://github.com/gonzalezreal/swift-markdown-ui",
exact: "2.4.0"
exact: "2.4.1"
),
.package(
url: "https://github.com/apple/swift-argument-parser",
Expand All @@ -79,7 +79,7 @@ let package = Package(
),
.package(
url: "https://github.com/apple/swift-log",
exact: "1.6.1"
exact: "1.6.2"
),
.package(
url: "https://github.com/mxcl/Version",
Expand Down

0 comments on commit 85f19c1

Please sign in to comment.