Skip to content

Commit 81bbc5a

Browse files
committed
Update postgrest-swift
1 parent 830d0ea commit 81bbc5a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Package.resolved

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
"repositoryURL": "https://github.com/supabase-community/postgrest-swift",
4343
"state": {
4444
"branch": null,
45-
"revision": "f7800664af17934fd80bed35f7d15736623e6cbb",
46-
"version": "0.0.5"
45+
"revision": "e949f57873118a44f301e4e6fee739ea589f6e7f",
46+
"version": "0.0.6"
4747
}
4848
},
4949
{
@@ -105,8 +105,8 @@
105105
"repositoryURL": "https://github.com/pointfreeco/xctest-dynamic-overlay",
106106
"state": {
107107
"branch": null,
108-
"revision": "046aba2944a7e197e5dc070836f8fe2d47d0e471",
109-
"version": "0.3.2"
108+
"revision": "ef8e14e7ce1c0c304c644c6ba365d06c468ded6b",
109+
"version": "0.3.3"
110110
}
111111
}
112112
]

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ let package = Package(
2222
.package(url: "https://github.com/supabase-community/gotrue-swift", from: "0.0.7"),
2323
.package(url: "https://github.com/supabase-community/storage-swift.git", from: "0.0.2"),
2424
.package(url: "https://github.com/supabase-community/realtime-swift.git", from: "0.0.1"),
25-
.package(url: "https://github.com/supabase-community/postgrest-swift", from: "0.0.5"),
25+
.package(url: "https://github.com/supabase-community/postgrest-swift", from: "0.0.6"),
2626
],
2727
targets: [
2828
.target(

0 commit comments

Comments
 (0)