Skip to content

Commit

Permalink
Update dependencies (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
MortenGregersen authored Oct 4, 2024
1 parent baf294e commit 7d1e40e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -6,26 +6,26 @@
"repositoryURL": "https://github.com/apple/swift-argument-parser",
"state": {
"branch": null,
"revision": "0fbc8848e389af3bb55c182bc19ca9d5dc2f255b",
"version": "1.4.0"
"revision": "41982a3656a71c768319979febd796c6fd111d5c",
"version": "1.5.0"
}
},
{
"package": "swift-crypto",
"repositoryURL": "https://github.com/apple/swift-crypto",
"state": {
"branch": null,
"revision": "bc1c29221f6dfeb0ebbfbc98eb95cd3d4967868e",
"version": "3.4.0"
"revision": "ffca28be3c9c6a86a579949d23f68818a4b9b5d8",
"version": "3.8.0"
}
},
{
"package": "SwiftFormat",
"repositoryURL": "https://github.com/nicklockwood/SwiftFormat",
"state": {
"branch": null,
"revision": "dd989a46d0c6f15c016484bab8afe5e7a67a4022",
"version": "0.54.0"
"revision": "ab6844edb79a7b88dc6320e6cee0a0db7674dac3",
"version": "0.54.5"
}
}
]
Expand Down
6 changes: 3 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ let package = Package(
targets: ["BagbutikCLI"])
],
dependencies: [
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.3.0"),
.package(url: "https://github.com/nicklockwood/SwiftFormat", from: "0.53.0"),
.package(url: "https://github.com/apple/swift-crypto", from: "3.2.0"),
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.5.0"),
.package(url: "https://github.com/nicklockwood/SwiftFormat", from: "0.54.5"),
.package(url: "https://github.com/apple/swift-crypto", from: "3.8.0"),
],
targets: [
.target(name: "Bagbutik-Core", dependencies: [
Expand Down

0 comments on commit 7d1e40e

Please sign in to comment.