Skip to content

Commit

Permalink
fix: compose and voyager web applications issue
Browse files Browse the repository at this point in the history
  • Loading branch information
programadorthi committed Jun 10, 2024
1 parent ca88590 commit 4c6d101
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ plugin-maven = "0.27.0"
androidx-activity = "1.8.2"
androidx-startup = "1.1.1"

compose = "1.5.11"
compose = "1.6.0"

coroutines = "1.8.0-RC2"
kotlin = "1.9.21"
ktor = "3.0.0-beta-1"
serialization = "1.6.2"
slf4j = "2.0.4"
voyager = "1.0.0"
voyager = "1.1.0-alpha03"

junit = "4.13.2"
robolectric = "4.11.1"
Expand Down

0 comments on commit 4c6d101

Please sign in to comment.