Skip to content

Commit

Permalink
chore: Update dependencies version
Browse files Browse the repository at this point in the history
GRDB.swift: 6.28.0 -> 6.29.0
swift-argument-parser: 1.4.0 -> 1.5.0
  • Loading branch information
rakuyoMo committed Jul 24, 2024
1 parent a50dfa5 commit 9f108f0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/groue/GRDB.swift.git",
"state" : {
"revision" : "78448cf8f4ed39b259bd6718d074a57ae3b2e8ba",
"version" : "6.28.0"
"revision" : "1cd6c7cbffa7ecac14a8a7c0f27d5c3e7c35c87e",
"version" : "6.29.0"
}
},
{
Expand All @@ -50,8 +50,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-argument-parser",
"state" : {
"revision" : "0fbc8848e389af3bb55c182bc19ca9d5dc2f255b",
"version" : "1.4.0"
"revision" : "41982a3656a71c768319979febd796c6fd111d5c",
"version" : "1.5.0"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ let package = Package(
dependencies: [
.package(url: "https://github.com/krzyzanowskim/CryptoSwift.git", from: "1.8.2"),
.package(url: "https://github.com/airbnb/epoxy-ios.git", from: "0.10.0"),
.package(url: "https://github.com/groue/GRDB.swift.git", from: "6.28.0"),
.package(url: "https://github.com/groue/GRDB.swift.git", from: "6.29.0"),
.package(url: "https://github.com/RakuyoKit/RaLog.git", from: "1.7.4"),
.package(url: "https://github.com/devxoul/Then.git", from: "3.0.0"),
],
Expand Down

0 comments on commit 9f108f0

Please sign in to comment.