Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

Commit

Permalink
Update Swift
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 12, 2024
1 parent c6ff119 commit c6a5945
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion platforms/ios/lib/WysiwygComposer/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ let package = Package(
dependencies: [
.package(
url: "https://github.com/pointfreeco/swift-snapshot-testing",
from: "1.17.2"
from: "1.17.5"
),
.package(
url: "https://github.com/Cocoanetics/DTCoreText",
Expand Down
2 changes: 1 addition & 1 deletion platforms/ios/tools/release/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ let package = Package(
.executable(name: "release", targets: ["Release"])
],
dependencies: [
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.4.0"),
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.5.0"),
.package(url: "https://github.com/element-hq/swift-command-line-tools.git", revision: "483396af716a59eb45379126389a063f7f9bee80")
// .package(path: "../../../../../swift-command-line-tools")
],
Expand Down

0 comments on commit c6a5945

Please sign in to comment.