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
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@
3232
"package": "Realtime",
3333
"repositoryURL": "https://github.com/supabase/realtime-swift.git",
3434
"state": {
35-
"branch": "main",
36-
"revision": "e3d06ee66ba6d2e7722ee1a580b613ed2456ed44",
37-
"version": null
35+
"branch": null,
36+
"revision": "2b55564e1a724ca62067b0dc76e5e69439c30b76",
37+
"version": "0.0.1"
3838
}
3939
},
4040
{
@@ -50,9 +50,9 @@
5050
"package": "SupabaseStorage",
5151
"repositoryURL": "https://github.com/supabase/storage-swift.git",
5252
"state": {
53-
"branch": "main",
54-
"revision": "48961a9c08700d842a88da800cc3243c9538a8e3",
55-
"version": null
53+
"branch": null,
54+
"revision": "ecc1b8b860cc67096be241f15d370451ed93f3ae",
55+
"version": "0.0.1"
5656
}
5757
},
5858
{

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)