Skip to content

Commit

Permalink
Update Samples dependencies to v2025
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 26, 2025
1 parent 42c8b04 commit 4f992ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion samples/ktor-android-app/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ androidx-core-ktx = "1.15.0"
androidx-test-junit = "1.2.1"
compose = "1.7.5"
compose-plugin = "1.5.14" # https://mvnrepository.com/artifact/androidx.compose.compiler/compiler
compose-bom = "2024.10.01"
compose-bom = "2025.01.00"
material3 = "1.3.1"
junit = "4.13.2"
ktor = "3.0.1"
Expand Down
2 changes: 1 addition & 1 deletion samples/ktor-web-app/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
kotlin = "2.0.21"
kotlin-wrappers-bom = "1.0.0-pre.823"
kotlin-wrappers-bom = "2025.1.7"
ktor = "3.0.1"
kotlinx-serialization-json = "1.7.3"
kotlinx-coroutines-core = "1.9.0"
Expand Down

0 comments on commit 4f992ef

Please sign in to comment.