Skip to content

Commit

Permalink
Merge pull request #27 from RakuyoKit/feature/update-depe
Browse files Browse the repository at this point in the history
Update depe
  • Loading branch information
rakuyoMo committed Apr 25, 2024
2 parents ae68100 + f151d78 commit 48c5586
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-argument-parser",
"state" : {
"revision" : "e394bf350e38cb100b6bc4172834770ede1b7232",
"version" : "1.0.3"
"revision" : "46989693916f56d1186bd59ac15124caef896560",
"version" : "1.3.1"
}
}
],
Expand Down
6 changes: 3 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ let package = Package(
.plugin(name: "FormatSwift", targets: ["FormatSwift"]),
],
dependencies: [
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.0.3"),
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.3.1"),
],
targets: [
.plugin(
Expand Down Expand Up @@ -47,8 +47,8 @@ let package = Package(

.binaryTarget(
name: "SwiftFormat",
url: "https://github.com/nicklockwood/SwiftFormat/releases/download/0.53.7/SwiftFormat.artifactbundle.zip",
checksum: "7f772d46392f7dd98450dd59bf3d01d5a951b65ff2e294af34b012be351358f3"
url: "https://github.com/nicklockwood/SwiftFormat/releases/download/0.53.8/SwiftFormat.artifactbundle.zip",
checksum: "12c4cd6e1382479cd38bba63c81eb50121f9b2212a8b1f8f5fa9ed1d1c6d07d1"
),

.binaryTarget(
Expand Down

0 comments on commit 48c5586

Please sign in to comment.