Skip to content

Commit

Permalink
fix(deps): update kotlin-related dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 21, 2023
1 parent 55b28cd commit 0acbdea
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
@@ -1,6 +1,6 @@
[versions]
agp = "8.3.0-alpha18"
kotlin = "1.9.21"
kotlin = "1.9.22"
androidx-activity = "1.8.2"
square-kotlinpoet = "1.14.2"
google-hilt = "2.49"
Expand All @@ -9,7 +9,7 @@ detekt = "1.23.4"
[libraries]
### Kotlin
kotlin-test = { module = "org.jetbrains.kotlin:kotlin-test", version.ref = "kotlin" }
kotlin-coroutines = "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.0-RC"
kotlin-coroutines = "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.0-RC2"
### AndroidX
androidx-core = "androidx.core:core-ktx:1.12.0"
androidx-test = "androidx.test:core-ktx:1.6.0-alpha04"
Expand Down

0 comments on commit 0acbdea

Please sign in to comment.