Skip to content

Commit

Permalink
Merge pull request #822 from supabase-community/dependabot/gradle/dok…
Browse files Browse the repository at this point in the history
…ka-2.0.0

Bump dokka from 1.9.20 to 2.0.0
  • Loading branch information
dependabot[bot] authored Dec 25, 2024
1 parent c95379d commit feb95e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Realtime/src/commonTest/kotlin/RealtimeChannelTest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ class RealtimeChannelTest {

@Test
fun testSendingPayloadWithAuthJWT() {
val expectedAuthToken = "authToken"
val expectedAuthToken = "valid.test.token"
runTest {
createTestClient(
wsHandler = { i, _ ->
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
kotlin = "2.1.0"
accompanist-permissions = "0.37.0"
ktor = "3.0.3"
dokka = "1.9.20"
dokka = "2.0.0"
kotlinx-datetime = "0.6.1"
kermit = "2.0.5"
atomicfu = "0.26.1"
Expand Down

0 comments on commit feb95e5

Please sign in to comment.