Skip to content

Commit 93c4b59

Browse files
author
Guilherme Souza
committed
Set specific versions in all dependencies
1 parent 6c2a1ff commit 93c4b59

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Package.resolved

Lines changed: 6 additions & 6 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
@@ -20,10 +20,10 @@ let package = Package(
2020
dependencies: [
2121
.package(name: "GoTrue", url: "https://github.com/supabase/gotrue-swift.git", .exact("0.0.1")),
2222
.package(
23-
name: "SupabaseStorage", url: "https://github.com/supabase/storage-swift.git", .branch("main")
23+
name: "SupabaseStorage", url: "https://github.com/supabase/storage-swift.git", .exact("0.0.1")
2424
),
2525
.package(
26-
name: "Realtime", url: "https://github.com/supabase/realtime-swift.git", .branch("main")),
26+
name: "Realtime", url: "https://github.com/supabase/realtime-swift.git", .exact("0.0.1")),
2727
.package(
2828
name: "PostgREST", url: "https://github.com/supabase/postgrest-swift", .exact("0.0.1")),
2929
],

0 commit comments

Comments
 (0)