Skip to content

Commit 13af0dd

Browse files
committed
Force dependencies patch upgrade
1 parent 2b236d2 commit 13af0dd

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ let package = Package(
2020
],
2121
dependencies: [
2222
.package(url: "https://github.com/supabase-community/gotrue-swift", from: "1.0.0"),
23-
.package(url: "https://github.com/supabase-community/storage-swift.git", from: "0.1.0"),
24-
.package(url: "https://github.com/supabase-community/realtime-swift.git", from: "0.0.1"),
23+
.package(url: "https://github.com/supabase-community/storage-swift.git", from: "0.1.1"),
24+
.package(url: "https://github.com/supabase-community/realtime-swift.git", from: "0.0.2"),
2525
.package(url: "https://github.com/supabase-community/postgrest-swift", from: "1.0.0"),
2626
.package(url: "https://github.com/supabase-community/functions-swift", from: "1.0.0"),
2727
],

supabase-swift.xcworkspace/xcshareddata/swiftpm/Package.resolved

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

0 commit comments

Comments
 (0)