Skip to content

Commit dca2d87

Browse files
authored
Merge pull request #1024 from supabase-community/dependabot/gradle/org.jetbrains.kotlinx-kotlinx-browser-0.5.0
Bump org.jetbrains.kotlinx:kotlinx-browser from 0.3 to 0.5.0
2 parents f1c71bd + 3c40d0c commit dca2d87

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ For information about supported Kotlin targets, see the corresponding module REA
1010

1111
[![](https://img.shields.io/github/release/supabase-community/supabase-kt?label=stable)](https://github.com/supabase-community/supabase-kt/releases)
1212
[![](https://badgen.net/github/release/supabase-community/supabase-kt?label=prerelease)](https://central.sonatype.com/search?q=io.github.jan.supabase&smo=true)
13-
[![Kotlin](https://img.shields.io/badge/kotlin-2.2.0-blue.svg?logo=kotlin)](http://kotlinlang.org)
14-
[![Ktor](https://img.shields.io/badge/ktor-3.2.2-blue)](https://ktor.io/)
13+
[![Kotlin](https://img.shields.io/badge/kotlin-2.2.20-blue.svg?logo=kotlin)](http://kotlinlang.org)
14+
[![Ktor](https://img.shields.io/badge/ktor-3.2.3-blue)](https://ktor.io/)
1515
[![slack](https://img.shields.io/badge/slack-%23supabase--kt-purple.svg?logo=slack)](https://kotlinlang.slack.com/archives/C06QXPC7064)
1616

1717
[![ko-fi](https://www.ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/jantennert)

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[versions]
2-
kotlin = "2.2.10"
2+
kotlin = "2.2.20-RC"
33
accompanist-permissions = "0.37.3"
44
ktor = "3.2.3"
55
dokka = "2.0.0"
@@ -29,7 +29,7 @@ androidx-core = "1.17.0"
2929
androidx-compat = "1.7.1"
3030
androidx-lifecycle = "2.9.2"
3131
filekit = "0.8.8"
32-
kotlinx-browser = "0.3"
32+
kotlinx-browser = "0.5.0"
3333
secure-random = "0.5.1"
3434

3535
[plugins]

0 commit comments

Comments
 (0)