From fa9efbb26a7e2a4355c2ce466e8e93d7c7bdfecc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Dec 2023 02:47:26 +0000 Subject: [PATCH] :arrow_up: Bump supabase from 2.0.0-beta-2 to 2.0.0-rc-1 Bumps `supabase` from 2.0.0-beta-2 to 2.0.0-rc-1. Updates `io.github.jan-tennert.supabase:gotrue-kt` from 2.0.0-beta-2 to 2.0.0-rc-1 - [Release notes](https://github.com/supabase-community/supabase-kt/releases) - [Commits](https://github.com/supabase-community/supabase-kt/compare/2.0.0-beta-2...2.0.0-rc-1) Updates `io.github.jan-tennert.supabase:realtime-kt` from 2.0.0-beta-2 to 2.0.0-rc-1 - [Release notes](https://github.com/supabase-community/supabase-kt/releases) - [Commits](https://github.com/supabase-community/supabase-kt/compare/2.0.0-beta-2...2.0.0-rc-1) Updates `io.github.jan-tennert.supabase:postgrest-kt` from 2.0.0-beta-2 to 2.0.0-rc-1 - [Release notes](https://github.com/supabase-community/supabase-kt/releases) - [Commits](https://github.com/supabase-community/supabase-kt/compare/2.0.0-beta-2...2.0.0-rc-1) --- updated-dependencies: - dependency-name: io.github.jan-tennert.supabase:gotrue-kt dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.github.jan-tennert.supabase:realtime-kt dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.github.jan-tennert.supabase:postgrest-kt dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index ed6505c1..5a757cfb 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -26,7 +26,7 @@ ossLicenses = "17.0.1" detekt = "1.23.4" twitterComposeRule = "0.0.26" kover = "0.7.5" -supabase = "2.0.0-beta-2" +supabase = "2.0.0-rc-1" logback = "1.4.14" graphqlKotlin = "7.0.2" kotest = "5.8.0"