Skip to content

Commit 1d03c82

Browse files
committed
bump dependencies
1 parent 8e450d8 commit 1d03c82

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Package.resolved

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ let package = Package(
99
.executable(name: "Shark", targets: ["Shark"]),
1010
],
1111
dependencies: [
12-
.package(url: "https://github.com/tuist/xcodeproj.git", .upToNextMajor(from: "8.0.0")),
13-
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.0.1"),
12+
.package(url: "https://github.com/tuist/xcodeproj.git", .upToNextMajor(from: "8.27.3")),
13+
.package(url: "https://github.com/apple/swift-argument-parser", .upToNextMajor(from: "1.5.0")),
1414
],
1515
targets: [
1616
.target(

0 commit comments

Comments
 (0)